ExchangeServiceBinding.GetEventsAsync Method (GetEventsType)
The GetEventsAsync method provides asynchronous access to the GetEvents Web service method.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Sub GetEventsAsync ( _
GetEvents1 As GetEventsType _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim GetEvents1 As GetEventsType
instance.GetEventsAsync(GetEvents1)
public void GetEventsAsync(
GetEventsType GetEvents1
)
Parameters
- GetEvents1
Type: ExchangeWebServices.GetEventsType
The GetEvents request.