Compartilhar via


ExchangeService.EndSearchMailboxes(IAsyncResult) Método

Definição

Solicita uma consulta de caixas de correio de pesquisa de forma assíncrona. O EndSearchMailboxes(IAsyncResult) método é aplicável para clientes que visam Exchange Online e versões do Exchange começando com 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)

Parâmetros

asyncResult
IAsyncResult

Informações de estado a serem passadas para o servidor exchange.

Retornos

Um objeto que contém os resultados de uma pesquisa de caixa de correio.

Aplica-se a