ExchangeService.GetNonIndexableItemStatistics 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.
Overloads
GetNonIndexableItemStatistics(String[]) |
Gets statistical information about items in the target mailboxes that could not be indexed. The GetNonIndexableItemStatistics(String[]) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
GetNonIndexableItemStatistics(GetNonIndexableItemStatisticsParameters) |
Gets statistical information about items in the target mailboxes that could not be indexed using the associated GetNonIndexableItemStatisticsParameters object. The GetNonIndexableItemStatistics(GetNonIndexableItemStatisticsParameters) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
GetNonIndexableItemStatistics(String[])
Gets statistical information about items in the target mailboxes that could not be indexed. The GetNonIndexableItemStatistics(String[]) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public:
Microsoft::Exchange::WebServices::Data::GetNonIndexableItemStatisticsResponse ^ GetNonIndexableItemStatistics(cli::array <System::String ^> ^ mailboxes);
public Microsoft.Exchange.WebServices.Data.GetNonIndexableItemStatisticsResponse GetNonIndexableItemStatistics (string[] mailboxes);
Public Function GetNonIndexableItemStatistics (mailboxes As String()) As GetNonIndexableItemStatisticsResponse
Parameters
- mailboxes
- String[]
A list of target mailboxes.
Returns
A GetNonIndexableItemStatisticsResponse object.
Applies to
GetNonIndexableItemStatistics(GetNonIndexableItemStatisticsParameters)
Gets statistical information about items in the target mailboxes that could not be indexed using the associated GetNonIndexableItemStatisticsParameters object. The GetNonIndexableItemStatistics(GetNonIndexableItemStatisticsParameters) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public:
Microsoft::Exchange::WebServices::Data::GetNonIndexableItemStatisticsResponse ^ GetNonIndexableItemStatistics(Microsoft::Exchange::WebServices::Data::GetNonIndexableItemStatisticsParameters ^ parameters);
public Microsoft.Exchange.WebServices.Data.GetNonIndexableItemStatisticsResponse GetNonIndexableItemStatistics (Microsoft.Exchange.WebServices.Data.GetNonIndexableItemStatisticsParameters parameters);
Public Function GetNonIndexableItemStatistics (parameters As GetNonIndexableItemStatisticsParameters) As GetNonIndexableItemStatisticsResponse
Parameters
- parameters
- GetNonIndexableItemStatisticsParameters
A GetNonIndexableItemStatisticsParameters object.
Returns
A GetNonIndexableItemStatisticsResponse object.