Reminders Members
Include Protected Members
Include Inherited Members
Contains a collection of all the Reminder objects in a Microsoft Outlook application that represent the reminders for all pending items.
The Reminders 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 _Reminders.) | |
Class | Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _Reminders.) | |
Count | Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only. (Inherited from _Reminders.) | |
Item | Returns a Reminder object from the collection. (Inherited from _Reminders.) | |
Parent | Returns the parent Object of the specified object. Read-only. (Inherited from _Reminders.) | |
Session | Returns the NameSpace object for the current session. Read-only. (Inherited from _Reminders.) |
Top
Methods
Name | Description | |
---|---|---|
GetEnumerator() | This member is inherited from the base type of the parent interface. (Inherited from _Reminders.) | |
Remove | Removes an object from the collection. (Inherited from _Reminders.) |
Top
Events
Name | Description | |
---|---|---|
BeforeReminderShow | Occurs before the Reminder dialog box is displayed. (Inherited from ReminderCollectionEvents_Event.) | |
ReminderAdd | Occurs after a reminder is added. (Inherited from ReminderCollectionEvents_Event.) | |
ReminderChange | Occurs after a reminder has been modified. (Inherited from ReminderCollectionEvents_Event.) | |
ReminderFire | Occurs before the reminder is executed. (Inherited from ReminderCollectionEvents_Event.) | |
ReminderRemove | Occurs when a Reminder object has been removed from the collection. (Inherited from ReminderCollectionEvents_Event.) | |
Snooze | Occurs when a reminder is dismissed using the Snooze button. (Inherited from ReminderCollectionEvents_Event.) |
Top