ItemsChoiceType Enumeration
The ItemsChoiceType enumeration identifies the event type for each event that is returned in a notification.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration ItemsChoiceType
'Usage
Dim instance As ItemsChoiceType
[SerializableAttribute]
public enum ItemsChoiceType
Members
Member name | Description | |
---|---|---|
CopiedEvent | Represents an event in which an item or folder is copied. | |
CreatedEvent | Represents an event in which an item or folder is created. | |
DeletedEvent | Represents an event in which an item or folder is deleted. | |
FreeBusyChangedEvent | Represents a notification that the free busy time has changed. | |
ModifiedEvent | Represents an event in which an item or folder is modified. | |
MovedEvent | Represents an event in which an item or folder is moved from one parent folder to another parent folder. | |
NewMailEvent | Represents an event that is triggered by a new mail item in a mailbox. | |
StatusEvent | Represents a notification that no new activity has occurred in the mailbox. |
See Also