Share via


NotificationEventTypeType Enumeration

The NotificationEventTypeType enumeration identifies the event types that are reported in a notification.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration NotificationEventTypeType
'Usage
Dim instance As NotificationEventTypeType
[SerializableAttribute]
public enum NotificationEventTypeType

Members

Member name Description
CopiedEvent Identifies the notification as a copied event.
CreatedEvent Identifies the notification as a created event.
DeletedEvent Identifies the notification as a deleted event.
ModifiedEvent Identifies the notification as a modified event.
MovedEvent Identifies the notification as a moved event.
NewMailEvent Identifies the notification as a new mail event.
FreeBusyChangedEvent 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.

See Also

Reference

Other Resources