PushSubscriptionRequestType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The PushSubscriptionRequestType class represents a subscription to a push-based event notification.
public ref class PushSubscriptionRequestType : ExchangeWebServices::BaseSubscriptionRequestType
public class PushSubscriptionRequestType : ExchangeWebServices.BaseSubscriptionRequestType
Public Class PushSubscriptionRequestType
Inherits BaseSubscriptionRequestType
- Inheritance
Constructors
PushSubscriptionRequestType() |
The PushSubscriptionRequestType constructor initializes a new instance of the PushSubscriptionRequestType class. |
Properties
CallerData | |
EventTypes |
The EventTypes property gets or sets the monitored event types for a notification subscription. (Inherited from BaseSubscriptionRequestType) |
FolderIds |
The FolderIds property gets or sets an array of folder identifiers that are used to identify folders to monitor for event notifications. (Inherited from BaseSubscriptionRequestType) |
StatusFrequency |
The StatusFrequency property gets or sets the frequency, specified in minutes, at which notification messages will be sent to the client when no events have occurred. |
SubscribeToAllFolders | (Inherited from BaseSubscriptionRequestType) |
SubscribeToAllFoldersSpecified | (Inherited from BaseSubscriptionRequestType) |
URL |
The URL property gets or sets the location of the client Web service for push notifications. |
Watermark |
The Watermark property gets or sets an event bookmark in the mailbox events table. (Inherited from BaseSubscriptionRequestType) |