NotificationEventTypeType Enum
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 NotificationEventTypeType enumeration identifies the event types that are reported in a notification.
public enum class NotificationEventTypeType
public enum NotificationEventTypeType
Public Enum NotificationEventTypeType
- Inheritance
-
NotificationEventTypeType
Fields
Name | Value | Description |
---|---|---|
CopiedEvent | 0 | Identifies the notification as a copied event. |
CreatedEvent | 1 | Identifies the notification as a created event. |
DeletedEvent | 2 | Identifies the notification as a deleted event. |
ModifiedEvent | 3 | Identifies the notification as a modified event. |
MovedEvent | 4 | Identifies the notification as a moved event. |
NewMailEvent | 5 | Identifies the notification as a new mail event. |
FreeBusyChangedEvent | 6 | Identifies the notification as a free busy changed event. |
Remarks
The NotificationEventTypeType enumeration identifies the event types that are subscribed to for push and pull notifications.