ExchangeService.GetNonIndexableItemStatistics メソッド

定義

オーバーロード

GetNonIndexableItemStatistics(String[])

インデックスを作成できなかったターゲット メールボックス内のアイテムに関する統計情報を取得します。 このGetNonIndexableItemStatistics(String[])方法は、Exchange Onlineおよび 2013 以降のバージョンの Exchange を対象とするクライアントExchange Server適用できます。

GetNonIndexableItemStatistics(GetNonIndexableItemStatisticsParameters)

関連付けられた GetNonIndexableItemStatisticsParameters オブジェクトを使用してインデックスを作成できなかったターゲット メールボックス内のアイテムに関する統計情報を取得します。 このGetNonIndexableItemStatistics(GetNonIndexableItemStatisticsParameters)方法は、Exchange Onlineおよび 2013 以降のバージョンの Exchange を対象とするクライアントExchange Server適用できます。

GetNonIndexableItemStatistics(String[])

インデックスを作成できなかったターゲット メールボックス内のアイテムに関する統計情報を取得します。 このGetNonIndexableItemStatistics(String[])方法は、Exchange Onlineおよび 2013 以降のバージョンの Exchange を対象とするクライアントExchange Server適用できます。

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 Onlineおよび 2013 以降のバージョンの Exchange を対象とするクライアントExchange Server適用できます。

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 オブジェクト。

適用対象