Skip to main content

Reminder Members

A reminder for a non-recurring appointment.

#Properties
Show Inherited Hide Inherited

Name Description
AlertTime Gets or sets the reminder's alert time. Inherited from ReminderBase.
Appointment Gets the appointment to which the reminder is applied.
Subject Gets the subject text of the appointment to which the reminder is applied.
TimeBeforeStart Gets or sets the time interval before the appointment's start time. Inherited from ReminderBase.

#Methods
Show Inherited Hide Inherited

Name Description
AlertTimeExpired(DateTime) protected Determines whether the reminder should fire an alert when the specified time comes. Inherited from ReminderBase.
Dismiss() Switches the reminder off for the associated appointment. Inherited from ReminderBase.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
OnContentChanged() protected This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from ReminderBase.
OnContentChanging(String, Object, Object) protected This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from ReminderBase.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Snooze(DateTime, TimeSpan) Notifies the scheduler to defer the triggering of a reminder by the specified interval starting from the specified now date and time. Inherited from ReminderBase.
Snooze(TimeSpan) Notifies the scheduler to defer the triggering of a reminder by the specified interval. Inherited from ReminderBase.
ToString() Returns a string that represents the current object. Inherited from Object.

#Events
Show Inherited Hide Inherited

Name Description
RemindTimeChanged Fires when the alert time changes. Inherited from ReminderBase.
See Also