RecurringReminder Properties
Represents a reminder for a recurring appointment.
Name | Description |
---|---|
Alert |
Gets the index of an appointment in a recurring chain for which the reminder is invoked. |
Alert |
Gets or sets the reminder’s alert time.
Inherited from Reminder |
Appointment | Gets the appointment for which the reminder is set. Inherited from Reminder. |
Custom |
Gets the collection of custom fields bound to the persistent object.
Inherited from Persistent |
Defer |
This member supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Persistent |
Dismissed |
Gets whether the reminder has been dismissed.
Inherited from Reminder |
Dst |
Obsolete. Sets the reminder behavior if it falls on the Daylight Saving Time shift. Use the Scheduler |
Id |
Gets a persistent object identifier previously retrieved from an external database or set at runtime.
Inherited from Persistent |
Is |
Gets whether the current object has been disposed of.
Inherited from Persistent |
Is |
Gets whether the persistent object is locked while it is being updated.
Inherited from Persistent |
Row |
Gets or sets a value that identifies the data row bound to the persistent object.
Inherited from Persistent |
Subject | Gets the subject text of the appointment which the reminder is applied to. Inherited from Reminder. |
Time |
Gets or sets the time interval before the appointment’s start time.
Inherited from Reminder |
See Also