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

Removes delegates on 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<Collection<DelegateUserResponse>> RemoveDelegates(
	Mailbox mailbox,
	IEnumerable<UserId> userIds,
	CancellationToken token = default
)

Параметры

mailbox  Mailbox
The mailbox to remove delegates from.
userIds  IEnumerable<UserId>
The Ids of the delegate users to remove.
token  CancellationToken  (Optional)
 

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

Task<Collection<DelegateUserResponse>>
A collection of DelegateUserResponse objects providing the results of the operation.

См. также