ExchangeService.GetNonIndexableItemStatistics 方法

定义

重载

GetNonIndexableItemStatistics(String[])

获取有关目标邮箱中无法编制索引的项目的统计信息。 方法GetNonIndexableItemStatistics(String[])适用于从 Exchange Server 2013 开始面向 Exchange Online 和 Exchange 版本的客户端。

GetNonIndexableItemStatistics(GetNonIndexableItemStatisticsParameters)

获取有关目标邮箱中无法使用关联 GetNonIndexableItemStatisticsParameters 对象编制索引的项目的统计信息。 方法GetNonIndexableItemStatistics(GetNonIndexableItemStatisticsParameters)适用于从 Exchange Server 2013 开始面向 Exchange Online 和 Exchange 版本的客户端。

GetNonIndexableItemStatistics(String[])

获取有关目标邮箱中无法编制索引的项目的统计信息。 方法GetNonIndexableItemStatistics(String[])适用于从 Exchange Server 2013 开始面向 Exchange Online 和 Exchange 版本的客户端。

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

参数

mailboxes
String[]

目标邮箱的列表。

返回

GetNonIndexableItemStatisticsResponse 对象。

适用于

GetNonIndexableItemStatistics(GetNonIndexableItemStatisticsParameters)

获取有关目标邮箱中无法使用关联 GetNonIndexableItemStatisticsParameters 对象编制索引的项目的统计信息。 方法GetNonIndexableItemStatistics(GetNonIndexableItemStatisticsParameters)适用于从 Exchange Server 2013 开始面向 Exchange Online 和 Exchange 版本的客户端。

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

参数

返回

GetNonIndexableItemStatisticsResponse 对象。

适用于