ExchangeServiceBinding.GetEventsAsync Method (GetEventsType, Object)
Requests notifications from the Microsoft Exchange Server 2007 Client Access server.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub GetEventsAsync ( _
GetEvents1 As GetEventsType, _
userState As Object _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim GetEvents1 As GetEventsType
Dim userState As Object
instance.GetEventsAsync(GetEvents1, userState)
public void GetEventsAsync(
GetEventsType GetEvents1,
Object userState
)
Parameters
- GetEvents1
Type: Microsoft.SharePoint.Portal.WebControls.GetEventsType
Notifications to request.
- userState
Type: System.Object