PullSubscriptionRequestType 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 PullSubscriptionRequestType class represents a subscription to a pull-based event notification subscription.
public ref class PullSubscriptionRequestType : ExchangeWebServices::BaseSubscriptionRequestType
public class PullSubscriptionRequestType : ExchangeWebServices.BaseSubscriptionRequestType
Public Class PullSubscriptionRequestType
Inherits BaseSubscriptionRequestType
- Inheritance
Constructors
PullSubscriptionRequestType() |
The PullSubscriptionRequestType constructor initializes a new instance of the PullSubscriptionRequestType class. |
Properties
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) |
SubscribeToAllFolders | (Inherited from BaseSubscriptionRequestType) |
SubscribeToAllFoldersSpecified | (Inherited from BaseSubscriptionRequestType) |
Timeout |
The Timeout property gets or sets the duration that a subscription can remain idle without a GetEvents request from the client. |
Watermark |
The Watermark property gets or sets an event bookmark in the mailbox events table. (Inherited from BaseSubscriptionRequestType) |