ExchangeService.EndSearchMailboxes(IAsyncResult) Método

Definición

Las solicitudes de los buzones de correo de una búsqueda de consulta asincrónicamente. El EndSearchMailboxes(IAsyncResult) método es aplicable para los clientes que estén destinados a Exchange Online y versiones de Exchange a partir de 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

Información de estado para pasar al servidor de Exchange.

Devoluciones

ServiceResponseCollection<SearchMailboxesResponse>

Un objeto que contiene los resultados de una búsqueda de buzón de correo.

Se aplica a