ExchangeServiceBinding.EndFindItem(IAsyncResult) Method

Definition

The EndFindItem(IAsyncResult) method is used to end an asynchronous FindItem(FindItemType) call.

public:
 ExchangeWebServices::FindItemResponseType ^ EndFindItem(IAsyncResult ^ asyncResult);
public ExchangeWebServices.FindItemResponseType EndFindItem (IAsyncResult asyncResult);
Public Function EndFindItem (asyncResult As IAsyncResult) As FindItemResponseType

Parameters

asyncResult
IAsyncResult

Returns

The EndFindItem(IAsyncResult) method returns a FindItemResponseType object.

Applies to