ReminderItem Properties
A reminder for a non-recurring appointment.| Name | Description |
|---|---|
| AlertTime | Gets or sets the date and time for firing an alert. |
| Appointment | Gets the appointment that hosts the reminder. |
| CustomFields | Obsolete. This API is obsolete now. |
| DeferChangingToEndUpdate | This member supports the internal infrastructure and is not intended to be used directly from your code. |
| Dismissed | Gets whether the reminder has been dismissed. |
| IsDisposed | Gets whether the current object has been disposed of. |
| IsUpdateLocked | Gets whether the object has been locked for updating. |
| Subject | Gets the subject text of the appointment associated with the reminder. |
| TimeBeforeStart | Gets or sets the time interval before the appointment’s start time used to calculate the ReminderItem.AlertTime value. |
See Also