ExchangeServiceUpdateDelegates(Mailbox, NullableMeetingRequestsDeliveryScope, CancellationToken, DelegateUser) - метод

Updates 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.22
C#
public Task<Collection<DelegateUserResponse>> UpdateDelegates(
	Mailbox mailbox,
	MeetingRequestsDeliveryScope? meetingRequestsDeliveryScope,
	CancellationToken token = default,
	params DelegateUser[] delegateUsers
)

Параметры

mailbox  Mailbox
The mailbox to update delegates on.
meetingRequestsDeliveryScope  NullableMeetingRequestsDeliveryScope
Indicates how meeting requests should be sent to delegates.
token  CancellationToken  (Optional)
 
delegateUsers  DelegateUser
The delegate users to update.

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

TaskCollectionDelegateUserResponse
A collection of DelegateUserResponse objects providing the results of the operation.

См. также