ItemsChoiceType 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 ItemsChoiceType enumeration identifies the event type for each event that is returned in a notification.
public enum class ItemsChoiceType
public enum ItemsChoiceType
Public Enum ItemsChoiceType
- Inheritance
-
ItemsChoiceType
Fields
Name | Value | Description |
---|---|---|
CopiedEvent | 0 | Represents an event in which an item or folder is copied. |
CreatedEvent | 1 | Represents an event in which an item or folder is created. |
DeletedEvent | 2 | Represents an event in which an item or folder is deleted. |
FreeBusyChangedEvent | 3 | Represents a notification that the free busy time has changed. |
ModifiedEvent | 4 | Represents an event in which an item or folder is modified. |
MovedEvent | 5 | Represents an event in which an item or folder is moved from one parent folder to another parent folder. |
NewMailEvent | 6 | Represents an event that is triggered by a new mail item in a mailbox. |
StatusEvent | 7 | Represents a notification that no new activity has occurred in the mailbox. |
Remarks
This enumeration is used by the ItemsElementName property of the NotificationType type.