ExchangeService.GetNonIndexableItemStatistics 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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 对象。