ExchangeService.GetDelegates(Mailbox, Boolean, IEnumerable<UserId>, CancellationToken) - метод

Retrieves the delegates of a specific mailbox. Calling this method results in a call to EWS.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.24
C#
public Task<DelegateInformation> GetDelegates(
	Mailbox mailbox,
	bool includePermissions,
	IEnumerable<UserId> userIds,
	CancellationToken token = default
)

Параметры

mailbox  Mailbox
The mailbox to retrieve the delegates of.
includePermissions  Boolean
Indicates whether detailed permissions should be returned fro each delegate.
userIds  IEnumerable<UserId>
The optional Ids of the delegate users to retrieve.
token  CancellationToken  (Optional)
 

Возвращаемое значение

Task<DelegateInformation>
A GetDelegateResponse providing the results of the operation.

См. также