ExchangeService.AddDelegates(Mailbox, Nullable<MeetingRequestsDeliveryScope>, IEnumerable<DelegateUser>, CancellationToken) - метод

Adds delegates to 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>> AddDelegates(
	Mailbox mailbox,
	MeetingRequestsDeliveryScope? meetingRequestsDeliveryScope,
	IEnumerable<DelegateUser> delegateUsers,
	CancellationToken token = default
)

Параметры

mailbox  Mailbox
The mailbox to add delegates to.
meetingRequestsDeliveryScope  Nullable<MeetingRequestsDeliveryScope>
Indicates how meeting requests should be sent to delegates.
delegateUsers  IEnumerable<DelegateUser>
The delegate users to add.
token  CancellationToken  (Optional)
 

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

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

См. также