public final class NotificationType
extends com.aspose.ms.System.Enum
The type of notification.
Modifier and Type | Field and Description |
---|---|
static int |
Agenda
An agenda with the events of the day (sent out in the morning).
|
static int |
EventCancellation
Notification sent when an event is cancelled.
|
static int |
EventChange
Notification sent when an event is changed.
|
static int |
EventCreation
Notification sent when a new event is put on the calendar.
|
static int |
EventResponse
Notification sent when an event is changed.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int EventCreation
Notification sent when a new event is put on the calendar.
public static final int EventChange
Notification sent when an event is changed.
public static final int EventCancellation
Notification sent when an event is cancelled.
public static final int EventResponse
Notification sent when an event is changed.
public static final int Agenda
An agenda with the events of the day (sent out in the morning).