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
Syntax
public enum ReminderRelated
Members
  Member nameValueDescription
Start0 Sets the alarm to trigger off the start of the associated event.
End1 Sets the alarm to trigger off the end of the associated event.
See Also