Class AppointmentReminder

AppointmentReminder class

Provides a grouping of component properties that define an alarm.

public class AppointmentReminder

Constructors

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

Properties

NameDescription
static Default15MinReminder { get; }Gets the default 15 min reminder.
Action { get; set; }Defines the action to be invoked when an alarm is triggered.
Attachments { get; }Contains collection of ReminderAttachment ReminderAttachmentobjects.
Attendees { get; }Contains collection of ReminderAttendee ReminderAttendeeobjects.
Description { get; set; }Provides a more complete description of the alarm.
Duration { get; set; }Specifies the delay period, after which the alarm will repeat.
Repeat { get; set; }Defines the number of time the alarm should be repeated, after the initial trigger.
Summary { get; set; }Defines a short summary or subject for the alarm.
Trigger { get; set; }Specifies when an alarm will trigger.

See Also