ExchangeService.GetDiscoverySearchConfiguration メソッド

定義

電子情報開示を目的とした検索構成情報を取得します。 このGetDiscoverySearchConfiguration(String, Boolean, Boolean)方法は、Exchange Onlineおよび 2013 以降のバージョンの Exchange を対象とするクライアントExchange Server適用できます。

public:
 Microsoft::Exchange::WebServices::Data::GetDiscoverySearchConfigurationResponse ^ GetDiscoverySearchConfiguration(System::String ^ searchId, bool expandGroupMembership, bool inPlaceHoldConfigurationOnly);
public Microsoft.Exchange.WebServices.Data.GetDiscoverySearchConfigurationResponse GetDiscoverySearchConfiguration (string searchId, bool expandGroupMembership, bool inPlaceHoldConfigurationOnly);
Public Function GetDiscoverySearchConfiguration (searchId As String, expandGroupMembership As Boolean, inPlaceHoldConfigurationOnly As Boolean) As GetDiscoverySearchConfigurationResponse

パラメーター

searchId
String

検索 ID。

expandGroupMembership
Boolean

グループ メンバーシップの拡張が要求された場合は true。それ以外の場合は false

inPlaceHoldConfigurationOnly
Boolean

イン プレース ホールド構成情報のみが要求される場合は true。それ以外の場合は false

戻り値

電子情報開示検索の構成データ。

適用対象