NotificationType Members
The NotificationType class contains information about the subscription and the events that have occurred since the last notification.
The following tables list the members exposed by the NotificationType type.
Public Constructors
Name | Description | |
---|---|---|
NotificationType | The NotificationType constructor initializes a new instance of the NotificationType class. |
Top
Public Properties
Name | Description | |
---|---|---|
Items | The Items property gets or sets an array of items. | |
ItemsElementName | The ItemsElementName property gets or sets an array of elements of the type ItemsChoiceType3 that specifies the type of response for each corresponding element in the Items property. | |
MoreEvents | The MoreEvents property gets or sets a value that indicates whether more events to be delivered to the client exist in the queue. | |
PreviousWatermark | The PreviousWatermark property gets or sets the watermark of the latest event that was successfully communicated to the client for the subscription. | |
SubscriptionId | The SubscriptionId property gets or sets the identifier for a subscription. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
NotificationType Class
ExchangeWebServices Namespace
Other Resources
Subscribe Operation
GetEvents Operation
Unsubscribe Operation