Для изменения размера нажмите или перетащите

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

Updates delegates on 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<Collection<DelegateUserResponse>> UpdateDelegates(
	Mailbox mailbox,
	MeetingRequestsDeliveryScope? meetingRequestsDeliveryScope,
	IEnumerable<DelegateUser> delegateUsers,
	CancellationToken token = default
)

Параметры

mailbox
Тип: Tessa.Exchange.WebServices.DataMailbox
The mailbox to update delegates on.
meetingRequestsDeliveryScope
Тип: SystemNullableMeetingRequestsDeliveryScope
Indicates how meeting requests should be sent to delegates.
delegateUsers
Тип: System.Collections.GenericIEnumerableDelegateUser
The delegate users to update.
token (Optional)
Тип: System.ThreadingCancellationToken

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

Тип: TaskCollectionDelegateUserResponse
A collection of DelegateUserResponse objects providing the results of the operation.
См. также