ReminderTrigger Class

Specifies when an alarm will trigger.
Inheritance Hierarchy
SystemObject
  Aspose.Email.CalendarReminderTrigger

Namespace:  Aspose.Email.Calendar
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class ReminderTrigger

The ReminderTrigger type exposes the following members.

Constructors
  NameDescription
Public methodReminderTrigger(DateTime)
Initialize a new instance of ReminderTrigger class.
Public methodReminderTrigger(ReminderDuration, ReminderRelated)
Initialize a new instance of ReminderTrigger class.
Properties
  NameDescription
Public propertyDateTime
A trigger set to an absolute date/time.
Public propertyDuration
Specifies a relative time for the trigger of the alarm.
Public propertyRelated
Specify the relationship of the alarm trigger with respect to the start or end of the event.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also