ExchangeService.EndGetNonIndexableItemDetails(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asynchronous call requesting metadata about folder items that could not be indexed.
public:
Microsoft::Exchange::WebServices::Data::GetNonIndexableItemDetailsResponse ^ EndGetNonIndexableItemDetails(IAsyncResult ^ asyncResult);
public Microsoft.Exchange.WebServices.Data.GetNonIndexableItemDetailsResponse EndGetNonIndexableItemDetails (IAsyncResult asyncResult);
Public Function EndGetNonIndexableItemDetails (asyncResult As IAsyncResult) As GetNonIndexableItemDetailsResponse
Parameters
- asyncResult
- IAsyncResult
Contains state information to pass to the Exchange server.
Returns
A GetNonIndexableItemDetailsResponse object.