ExchangeServiceBinding.GetItemAsync Method

Definition

Overloads

GetItemAsync(GetItemType)

The GetItemAsync(GetItemType) method provides asynchronous access to the GetItem Web service method.

GetItemAsync(GetItemType, Object)

The GetItemAsync(GetItemType, Object) method provides asynchronous access to the GetItem Web service method.

GetItemAsync(GetItemType)

The GetItemAsync(GetItemType) method provides asynchronous access to the GetItem Web service method.

public:
 void GetItemAsync(ExchangeWebServices::GetItemType ^ GetItem1);
public void GetItemAsync (ExchangeWebServices.GetItemType GetItem1);
Public Sub GetItemAsync (GetItem1 As GetItemType)

Parameters

GetItem1
GetItemType

The GetItem request.

Remarks

For an example of an asynchronous call, see FindFolderAsync(FindFolderType).

Applies to

GetItemAsync(GetItemType, Object)

The GetItemAsync(GetItemType, Object) method provides asynchronous access to the GetItem Web service method.

public:
 void GetItemAsync(ExchangeWebServices::GetItemType ^ GetItem1, System::Object ^ userState);
public void GetItemAsync (ExchangeWebServices.GetItemType GetItem1, object userState);
Public Sub GetItemAsync (GetItem1 As GetItemType, userState As Object)

Parameters

GetItem1
GetItemType

The GetItem request.

userState
Object

Remarks

For an example of an asynchronous call, see FindFolderAsync(FindFolderType).

Applies to