ExchangeServiceBinding.FindItemAsync Method

Definition

Overloads

FindItemAsync(FindItemType)

The FindItemAsync(FindItemType) method provides asynchronous access to the FindItem Web service method.

FindItemAsync(FindItemType, Object)

The FindItemAsync(FindItemType, Object) method provides asynchronous access to the CreateItem Web service method.

FindItemAsync(FindItemType)

The FindItemAsync(FindItemType) method provides asynchronous access to the FindItem Web service method.

public:
 void FindItemAsync(ExchangeWebServices::FindItemType ^ FindItem1);
public void FindItemAsync (ExchangeWebServices.FindItemType FindItem1);
Public Sub FindItemAsync (FindItem1 As FindItemType)

Parameters

FindItem1
FindItemType

The FindItem request.

Remarks

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

Applies to

FindItemAsync(FindItemType, Object)

The FindItemAsync(FindItemType, Object) method provides asynchronous access to the CreateItem Web service method.

public:
 void FindItemAsync(ExchangeWebServices::FindItemType ^ FindItem1, System::Object ^ userState);
public void FindItemAsync (ExchangeWebServices.FindItemType FindItem1, object userState);
Public Sub FindItemAsync (FindItem1 As FindItemType, userState As Object)

Parameters

FindItem1
FindItemType

The CreateItem request.

userState
Object

Remarks

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

Applies to