Share via


Reminder Members

Include Protected Members
Include Inherited Members

Represents an Outlook reminder.

The Reminder type exposes the following members.

Properties

  Name Description
Public property Application Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _Reminder.)
Public property Caption Returns a String (string in C#) representing the title. Read-only. (Inherited from _Reminder.)
Public property Class Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _Reminder.)
Public property IsVisible Returns a Boolean (bool in C#) that determines if the reminder is currently visible. Read-only. (Inherited from _Reminder.)
Public property Item Returns an Object corresponding to the specified Outlook item. Read-only. (Inherited from _Reminder.)
Public property NextReminderDate Returns a Date that indicates the next time the specified reminder will occur. Read-only. (Inherited from _Reminder.)
Public property OriginalReminderDate Returns a Date that specifies the original date and time that the specified reminder is set to occur. Read-only. (Inherited from _Reminder.)
Public property Parent Returns the parent Object of the specified object. Read-only. (Inherited from _Reminder.)
Public property Session Returns the NameSpace object for the current session. Read-only. (Inherited from _Reminder.)

Top

Methods

  Name Description
Public method Dismiss Dismisses the current reminder. (Inherited from _Reminder.)
Public method Snooze Delays the reminder by a specified time. (Inherited from _Reminder.)

Top

See Also

Reference

Reminder Interface

Microsoft.Office.Interop.Outlook Namespace