AppointmentReminder
Contents
[
Hide
]AppointmentReminder class
Provides a grouping of component properties that define an alarm.
Constructors
| Name | Description |
|---|---|
| AppointmentReminder (2 overloads) | Initialize a new instance of AppointmentReminder class. |
Methods
| Name | Description |
|---|---|
| get_Action | Defines the action to be invoked when an alarm is triggered. |
| get_Attachments | Contains collection of ReminderAttachment ReminderAttachment objects. |
| get_Attendees | Contains collection of ReminderAttendee ReminderAttendee objects. |
| get_Default15MinReminder | Gets the default 15 min reminder. |
| get_Description | Provides a more complete description of the alarm. |
| get_Duration | Specifies the delay period, after which the alarm will repeat. |
| get_Repeat | Defines the number of time the alarm should be repeated, after the initial trigger. |
| get_Summary | Defines a short summary or subject for the alarm. |
| get_Trigger | Specifies when an alarm will trigger. |
| set_Action | Defines the action to be invoked when an alarm is triggered. |
| set_Description | Provides a more complete description of the alarm. |
| set_Duration | Specifies the delay period, after which the alarm will repeat. |
| set_Repeat | Defines the number of time the alarm should be repeated, after the initial trigger. |
| set_Summary | Defines a short summary or subject for the alarm. |
| set_Trigger | Specifies when an alarm will trigger. |
| ToCalendarAlarmComponent |