AppointmentReminder

AppointmentReminder class

Provides a grouping of component properties that define an alarm.

The AppointmentReminder type exposes the following members:

Constructors

NameDescription
AppointmentReminder()Initialize a new instance of AppointmentReminder class.

Properties

NameDescription
attendeesContains collection of ReminderAttendee ReminderAttendeeobjects.
attachmentsContains collection of ReminderAttachment ReminderAttachmentobjects.
actionDefines the action to be invoked when an alarm is triggered.
triggerSpecifies when an alarm will trigger.
descriptionProvides a more complete description of the alarm.
summaryDefines a short summary or subject for the alarm.
durationSpecifies the delay period, after which the alarm will repeat.
repeatDefines the number of time the alarm should be repeated, after the initial trigger.
default_15_min_reminderGets the default 15 min reminder.

See Also