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