Share via


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

Remarks

For an example of an asynchronous call, see FindFolderAsync.