Share via


PushSubscriptionRequestType Members

Include Protected Members
Include Inherited Members

The PushSubscriptionRequestType class represents a subscription to a push-based event notification.

The PushSubscriptionRequestType type exposes the following members.

Constructors

  Name Description
Public method PushSubscriptionRequestType The PushSubscriptionRequestType constructor initializes a new instance of the PushSubscriptionRequestType class.

Top

Properties

  Name Description
Public property EventTypes The EventTypes property gets or sets the monitored event types for a notification subscription. (Inherited from BaseSubscriptionRequestType.)
Public property 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.)
Public property 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.
Public property SubscribeToAllFolders (Inherited from BaseSubscriptionRequestType.)
Public property SubscribeToAllFoldersSpecified (Inherited from BaseSubscriptionRequestType.)
Public property URL The URL property gets or sets the location of the client Web service for push notifications.
Public property Watermark The Watermark property gets or sets an event bookmark in the mailbox events table. (Inherited from BaseSubscriptionRequestType.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top