ExchangeService.GetDelegates メソッド

定義

オーバーロード

GetDelegates(Mailbox, Boolean, IEnumerable<UserId>)

指定したメールボックスからデリゲートを取得します。

GetDelegates(Mailbox, Boolean, UserId[])

指定したメールボックスからデリゲートを取得します。

GetDelegates(Mailbox, Boolean, IEnumerable<UserId>)

指定したメールボックスからデリゲートを取得します。

public:
 Microsoft::Exchange::WebServices::Data::DelegateInformation ^ GetDelegates(Microsoft::Exchange::WebServices::Data::Mailbox ^ mailbox, bool includePermissions, System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::UserId ^> ^ userIds);
public Microsoft.Exchange.WebServices.Data.DelegateInformation GetDelegates (Microsoft.Exchange.WebServices.Data.Mailbox mailbox, bool includePermissions, System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.UserId> userIds);

パラメーター

mailbox
Mailbox

代理人の取得元となるメールボックス。

includePermissions
Boolean

各デリゲートの詳細なアクセス許可を返す場合は true。それ以外の場合は false

userIds
IEnumerable<UserId>

指定したメールボックスから取得するデリゲートの省略可能な ID。

戻り値

指定したメールボックスの代理人。

注釈

このメソッドを呼び出すと、Exchange Web Services (EWS) が呼び出されます。

適用対象

GetDelegates(Mailbox, Boolean, UserId[])

指定したメールボックスからデリゲートを取得します。

public:
 Microsoft::Exchange::WebServices::Data::DelegateInformation ^ GetDelegates(Microsoft::Exchange::WebServices::Data::Mailbox ^ mailbox, bool includePermissions, ... cli::array <Microsoft::Exchange::WebServices::Data::UserId ^> ^ userIds);
public Microsoft.Exchange.WebServices.Data.DelegateInformation GetDelegates (Microsoft.Exchange.WebServices.Data.Mailbox mailbox, bool includePermissions, params Microsoft.Exchange.WebServices.Data.UserId[] userIds);

パラメーター

mailbox
Mailbox

代理人の取得元となるメールボックス。

includePermissions
Boolean

各デリゲートの詳細なアクセス許可を返す場合は true、それ以外の場合は false

userIds
UserId[]

指定したメールボックスから取得するデリゲートの省略可能な ID。

戻り値

指定したメールボックスの代理人の一覧。

注釈

このメソッドを呼び出すと、Exchange Web Services (EWS) が呼び出されます。

適用対象