ExchangeService.GetNonIndexableItemStatistics メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 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
パラメーター
- parameters
- GetNonIndexableItemStatisticsParameters
戻り値
GetNonIndexableItemStatisticsResponse オブジェクト。