ExchangeService.EndSearchMailboxes(IAsyncResult) Method

Definition

Requests a search mailboxes query asynchronously. The EndSearchMailboxes(IAsyncResult) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 Microsoft::Exchange::WebServices::Data::ServiceResponseCollection<Microsoft::Exchange::WebServices::Data::SearchMailboxesResponse ^> ^ EndSearchMailboxes(IAsyncResult ^ asyncResult);
public Microsoft.Exchange.WebServices.Data.ServiceResponseCollection<Microsoft.Exchange.WebServices.Data.SearchMailboxesResponse> EndSearchMailboxes (IAsyncResult asyncResult);
Public Function EndSearchMailboxes (asyncResult As IAsyncResult) As ServiceResponseCollection(Of SearchMailboxesResponse)

Parameters

asyncResult
IAsyncResult

State information to pass to the Exchange server.

Returns

An object containing the results of a mailbox search.

Applies to