ExchangeServiceGetDelegates(Mailbox, Boolean, IEnumerableUserId, CancellationToken) - метод
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.6.0.22
public Task<DelegateInformation> GetDelegates(
Mailbox mailbox,
bool includePermissions,
IEnumerable<UserId> userIds,
CancellationToken token = default
)
Public Function GetDelegates (
mailbox As Mailbox,
includePermissions As Boolean,
userIds As IEnumerable(Of UserId),
Optional token As CancellationToken = Nothing
) As Task(Of DelegateInformation)
public:
Task<DelegateInformation^>^ GetDelegates(
Mailbox^ mailbox,
bool includePermissions,
IEnumerable<UserId^>^ userIds,
CancellationToken token = CancellationToken()
)
member GetDelegates :
mailbox : Mailbox *
includePermissions : bool *
userIds : IEnumerable<UserId> *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<DelegateInformation>
- mailbox Mailbox
- The mailbox to retrieve the delegates of.
- includePermissions Boolean
- Indicates whether detailed permissions should be returned fro each delegate.
- userIds IEnumerableUserId
- The optional Ids of the delegate users to retrieve.
- token CancellationToken (Optional)
-
TaskDelegateInformationA GetDelegateResponse providing the results of the operation.