Reminder Members
Include Protected Members
Include Inherited Members
Represents an Outlook reminder.
The Reminder type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _Reminder.) | |
Caption | Returns a String (string in C#) representing the title. Read-only. (Inherited from _Reminder.) | |
Class | Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _Reminder.) | |
IsVisible | Returns a Boolean (bool in C#) that determines if the reminder is currently visible. Read-only. (Inherited from _Reminder.) | |
Item | Returns an Object corresponding to the specified Outlook item. Read-only. (Inherited from _Reminder.) | |
NextReminderDate | Returns a Date that indicates the next time the specified reminder will occur. Read-only. (Inherited from _Reminder.) | |
OriginalReminderDate | Returns a Date that specifies the original date and time that the specified reminder is set to occur. Read-only. (Inherited from _Reminder.) | |
Parent | Returns the parent Object of the specified object. Read-only. (Inherited from _Reminder.) | |
Session | Returns the NameSpace object for the current session. Read-only. (Inherited from _Reminder.) |
Top
Methods
Name | Description | |
---|---|---|
Dismiss | Dismisses the current reminder. (Inherited from _Reminder.) | |
Snooze | Delays the reminder by a specified time. (Inherited from _Reminder.) |
Top