ExchangeServiceGetDelegates(Mailbox, Boolean, CancellationToken, UserId) - метод |
Retrieves the delegates of a specific mailbox. Calling this method results in a call to EWS.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public Task<DelegateInformation> GetDelegates(
Mailbox mailbox,
bool includePermissions,
CancellationToken token = default,
params UserId[] userIds
)
Public Function GetDelegates (
mailbox As Mailbox,
includePermissions As Boolean,
Optional token As CancellationToken = Nothing,
ParamArray userIds As UserId()
) As Task(Of DelegateInformation)
public:
Task<DelegateInformation^>^ GetDelegates(
Mailbox^ mailbox,
bool includePermissions,
CancellationToken token = CancellationToken(),
... array<UserId^>^ userIds
)
member GetDelegates :
mailbox : Mailbox *
includePermissions : bool *
?token : CancellationToken *
userIds : UserId[]
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<DelegateInformation>
Параметры
- mailbox
- Тип: Tessa.Exchange.WebServices.DataMailbox
The mailbox to retrieve the delegates of. - includePermissions
- Тип: SystemBoolean
Indicates whether detailed permissions should be returned fro each delegate. - token (Optional)
- Тип: System.ThreadingCancellationToken
- userIds
- Тип: Tessa.Exchange.WebServices.DataUserId
The optional Ids of the delegate users to retrieve.
Возвращаемое значение
Тип:
TaskDelegateInformationA GetDelegateResponse providing the results of the operation.
См. также