ReminderRelated Enumeration |
Specify the relationship of the alarm trigger with respect to the start or end of the event.
Namespace:
Aspose.Email.Calendar
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic enum ReminderRelated
Public Enumeration ReminderRelated
public enum class ReminderRelated
Members
| Member name | Value | Description |
---|
| Start | 0 |
Sets the alarm to trigger off the start of the associated event.
|
| End | 1 |
Sets the alarm to trigger off the end of the associated event.
|
See Also