ExchangeService.GetClientExtension メソッド

定義

クライアント拡張機能の情報を取得します。 このメソッドは、サーバー間の呼び出しで、管理者のWindows PowerShellまたは Exchange Unified Management Console (UMC) アクセスの組織の拡張機能、ユーザーのWindows PowerShellまたは UMC アクセス、および Outlook Web Access (OWA) または Outlook のユーザーのアクティブ化に使用されます。 このメソッドは、ユーザー クライアントから直接使用または呼び出されることは想定されていません。 このGetClientExtension(StringList, Boolean, Boolean, String, StringList, StringList, Boolean)方法は、Exchange Onlineおよび 2013 以降のバージョンの Exchange を対象とするクライアントExchange Server適用できます。

public:
 Microsoft::Exchange::WebServices::Data::GetClientExtensionResponse ^ GetClientExtension(Microsoft::Exchange::WebServices::Data::StringList ^ requestedExtensionIds, bool shouldReturnEnabledOnly, bool isUserScope, System::String ^ userId, Microsoft::Exchange::WebServices::Data::StringList ^ userEnabledExtensionIds, Microsoft::Exchange::WebServices::Data::StringList ^ userDisabledExtensionIds, bool isDebug);
public Microsoft.Exchange.WebServices.Data.GetClientExtensionResponse GetClientExtension (Microsoft.Exchange.WebServices.Data.StringList requestedExtensionIds, bool shouldReturnEnabledOnly, bool isUserScope, string userId, Microsoft.Exchange.WebServices.Data.StringList userEnabledExtensionIds, Microsoft.Exchange.WebServices.Data.StringList userDisabledExtensionIds, bool isDebug);
Public Function GetClientExtension (requestedExtensionIds As StringList, shouldReturnEnabledOnly As Boolean, isUserScope As Boolean, userId As String, userEnabledExtensionIds As StringList, userDisabledExtensionIds As StringList, isDebug As Boolean) As GetClientExtensionResponse

パラメーター

requestedExtensionIds
StringList

拡張 ID のセット。

shouldReturnEnabledOnly
Boolean

有効 な拡張機能のみが返される場合は true。それ以外の場合は false

isUserScope
Boolean

認証 が関連付けられているユーザーの認証である場合は true。それ以外の場合は、管理者アクセスで認証する場合は false

userId
String

管理者が特定のユーザーの拡張機能をインストールする場合のフィルター処理を可能にする省略可能なユーザー ID。

userEnabledExtensionIds
StringList

ユーザーが有効にできる組織の拡張機能 ID のオプションの一覧。 これは結果のフィルター処理に使用されます。

userDisabledExtensionIds
StringList

ユーザーが無効にできる組織の拡張機能 ID のオプションの一覧。 これは結果のフィルター処理に使用されます。

isDebug
Boolean

true の 場合、検証メールボックス内の組織マスター テーブルをデバッグ目的で返す必要があります。それ以外の場合は false

戻り値

GetClientExtensionResponse オブジェクト。

適用対象