ExchangeService.EndSearchMailboxes(IAsyncResult) メソッド

定義

検索メールボックスクエリを非同期的に要求します。 このEndSearchMailboxes(IAsyncResult)方法は、Exchange Onlineおよび 2013 以降のバージョンの Exchange を対象とするクライアントExchange Server適用できます。

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)

パラメーター

asyncResult
IAsyncResult

Exchange サーバーに渡す状態情報。

戻り値

メールボックス検索の結果を格納するオブジェクト。

適用対象