Enum EventType
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Defines the types of event that can occur in a folder.
public enum EventType
Fields
Copied = 5
This event indicates that an item or folder has been copied to another folder.
Created = 6
This event indicates that a new item or folder has been created.
Deleted = 2
This event indicates that an item or folder has been deleted.
FreeBusyChanged = 7
This event indicates that free/busy has changed. This is only supported in 2010 SP1 or later
Modified = 3
This event indicates that an item or folder has been modified.
Moved = 4
This event indicates that an item or folder has been moved to another folder.
NewMail = 1
This event indicates that a new e-mail message was received.
Status = 0
This event is sent to a client application by push notifications to indicate that the subscription is still alive.