PushSubscriptionRequest
Last modified: October 13, 2012
Applies to: Exchange Online | Exchange Server 2007 | Exchange Server 2010 | Exchange Server 2013 | Office 365
The PushSubscriptionRequest element represents a subscription to a push-based event notification subscription.
PushSubscriptionRequest
<PushSubscriptionRequest SubscribeToAllFolders=""> <FolderIds/> <EventTypes/> <Watermark/> <StatusFrequency/> <URL/> </PushSubscriptionRequest>
PushSubscriptionRequestType
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute | Description |
|---|---|
SubscribeToAllFolders | Indicates whether to subscribe to all available folders. This attribute is optional. |
Child elements
Element | Description |
|---|---|
Contains an array of folder identifiers that are used to identify folders to monitor for event notifications. | |
Contains a collection of event notifications that are used to create a subscription. | |
Represents an event bookmark in the mailbox events table. This is used to create a subscription starting at an event represented by the watermark. If the watermark from a Subscribe request is not found, an error response will be returned to the client. This may occur if the watermark is older than 30 days or if the watermark was never present in the mailbox. | |
Represents the frequency, specified in minutes, at which notification messages will be sent to the client when no events have occurred. | |
Represents the location of the client Web service for push notifications. |
Parent elements
Element | Description |
|---|---|
Contains the properties used to create subscriptions. |