次の方法で共有


GetDelegateType.UserIds プロパティ

定義

プロパティは UserIdsUserIdType メールボックスから取得するデリゲートを表す配列を取得または設定します。

public:
 property cli::array <ExchangeWebServices::UserIdType ^> ^ UserIds { cli::array <ExchangeWebServices::UserIdType ^> ^ get(); void set(cli::array <ExchangeWebServices::UserIdType ^> ^ value); };
public ExchangeWebServices.UserIdType[] UserIds { get; set; }
Public Property UserIds As UserIdType()

プロパティ値

UserIds プロパティは、UserIdTypeメールボックスから取得するデリゲートを表す配列を返します。

注釈

Simple Object Access Protocol (SOAP) 要求で UserIds が設定されていない場合、指定されたメールボックス内のすべての代理人の情報が応答で返されます。

適用対象