Share via


ExchangeServiceBinding.GetItemAsync Method (GetItemType, Object)

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, _
    userState As Object _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim GetItem1 As GetItemType
Dim userState As Object

instance.GetItemAsync(GetItem1, userState)
public void GetItemAsync(
    GetItemType GetItem1,
    Object userState
)

Parameters

Remarks

For an example of an asynchronous call, see FindFolderAsync.