AppointmentReminder Class

Provides a grouping of component properties that define an alarm.
Inheritance Hierarchy
SystemObject
  Aspose.Email.CalendarAppointmentReminder

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

The AppointmentReminder type exposes the following members.

Constructors
  NameDescription
Public methodAppointmentReminder
Initialize a new instance of AppointmentReminder class.
Properties
  NameDescription
Public propertyAction
Defines the action to be invoked when an alarm is triggered.
Public propertyAttachments
Contains collection of ReminderAttachment ReminderAttachmentobjects.
Public propertyAttendees
Contains collection of ReminderAttendee ReminderAttendeeobjects.
Public propertyStatic memberDefault15MinReminder
Gets the default 15 min reminder.
Public propertyDescription
Provides a more complete description of the alarm.
Public propertyDuration
Specifies the delay period, after which the alarm will repeat.
Public propertyRepeat
Defines the number of time the alarm should be repeated, after the initial trigger.
Public propertySummary
Defines a short summary or subject for the alarm.
Public propertyTrigger
Specifies when an alarm will trigger.
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