ExchangeService.EndGetNonIndexableItemStatistics(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 statistics about folder items that could not be indexed.
public:
Microsoft::Exchange::WebServices::Data::GetNonIndexableItemStatisticsResponse ^ EndGetNonIndexableItemStatistics(IAsyncResult ^ asyncResult);
public Microsoft.Exchange.WebServices.Data.GetNonIndexableItemStatisticsResponse EndGetNonIndexableItemStatistics (IAsyncResult asyncResult);
Public Function EndGetNonIndexableItemStatistics (asyncResult As IAsyncResult) As GetNonIndexableItemStatisticsResponse
Parameters
- asyncResult
- IAsyncResult
Contains state information to pass to the Exchange server.
Returns
A response object containing statistical information on items that could not be indexed.