ExchangeServiceBinding.BeginFindItem Method

Definition

The BeginFindItem(FindItemType, AsyncCallback, Object) method is used to begin an asynchronous FindItem(FindItemType) call.

public:
 IAsyncResult ^ BeginFindItem(ExchangeWebServices::FindItemType ^ FindItem1, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginFindItem (ExchangeWebServices.FindItemType FindItem1, AsyncCallback callback, object asyncState);
Public Function BeginFindItem (FindItem1 As FindItemType, callback As AsyncCallback, asyncState As Object) As IAsyncResult

Parameters

FindItem1
FindItemType
callback
AsyncCallback
asyncState
Object

Returns

The BeginFindItem(FindItemType, AsyncCallback, Object) method returns an IAsyncResult object.

Applies to