Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: GetEventsType
Notifications to request.
- userState
Type: System.Object