Enum NotificationType

NotificationType enumeration

The type of notification.

public enum NotificationType

Values

NameValueDescription
EventCreation0Notification sent when a new event is put on the calendar.
EventChange1Notification sent when an event is changed.
EventCancellation2Notification sent when an event is cancelled.
EventResponse3Notification sent when an event is changed.
Agenda4An agenda with the events of the day (sent out in the morning).

See Also