ExchangeServiceSubscribeToGroupPushNotifications - метод

Subscribes to push notifications on a group 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<PushSubscription> SubscribeToGroupPushNotifications(
	string groupMailboxSmtp,
	Uri url,
	int frequency,
	string watermark,
	string callerData,
	CancellationToken token = default,
	params EventType[] eventTypes
)

Параметры

groupMailboxSmtp  String
The smtpaddress of the group mailbox to subscribe to.
url  Uri
The URL of the Web Service endpoint the Exchange server should push events to.
frequency  Int32
The frequency, in minutes, at which the Exchange server should contact the Web Service endpoint. Frequency must be between 1 and 1440.
watermark  String
An optional watermark representing a previously opened subscription.
callerData  String
Optional caller data that will be returned the call back.
token  CancellationToken  (Optional)
 
eventTypes  EventType
The event types to subscribe to.

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

TaskPushSubscription
A PushSubscription representing the new subscription.

См. также