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

ExchangeServiceSubscribeToStreamingNotificationsOnAllFolders - метод

Subscribes to streaming 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<StreamingSubscription> SubscribeToStreamingNotificationsOnAllFolders(
	CancellationToken token = default,
	params EventType[] eventTypes
)

Параметры

token (Optional)
Тип: System.ThreadingCancellationToken
eventTypes
Тип: Tessa.Exchange.WebServices.DataEventType
The event types to subscribe to.

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

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