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

ExchangeServiceSubscribeToPullNotificationsOnAllFolders - метод

Subscribes to pull notifications on all folders in the authenticated user's 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<PullSubscription> SubscribeToPullNotificationsOnAllFolders(
	int timeout,
	string watermark,
	CancellationToken token = default,
	params EventType[] eventTypes
)

Параметры

timeout
Тип: SystemInt32
The timeout, in minutes, after which the subscription expires. Timeout must be between 1 and 1440.
watermark
Тип: SystemString
An optional watermark representing a previously opened subscription.
token (Optional)
Тип: System.ThreadingCancellationToken
eventTypes
Тип: Tessa.Exchange.WebServices.DataEventType
The event types to subscribe to.

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

Тип: TaskPullSubscription
A PullSubscription representing the new subscription.
См. также