NotificationType Enumeration |
The type of notification.
Namespace:
Aspose.Email.Clients.Google
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic enum NotificationType
Public Enumeration NotificationType
public enum class NotificationType
Members
| Member name | Value | Description |
---|
| EventCreation | 0 |
Notification sent when a new event is put on the calendar.
|
| EventChange | 1 |
Notification sent when an event is changed.
|
| EventCancellation | 2 |
Notification sent when an event is cancelled.
|
| EventResponse | 3 |
Notification sent when an event is changed.
|
| Agenda | 4 |
An agenda with the events of the day (sent out in the morning).
|
See Also