Reminders Object Members

Outlook Developer Reference

Contains a collection of all the Reminder objects in a Microsoft Outlook application that represent the reminders for all pending items.

Methods

  Name Description
Bb176767.methods(en-us,office.12).gif Item Returns a Reminder object from the collection.
Bb176767.methods(en-us,office.12).gif Remove Removes an object from the collection.

Properties

  Name Description
Bb176767.properties(en-us,office.12).gif Application Returns an Application object that represents the parent Outlook application for the object. Read-only.
Bb176767.properties(en-us,office.12).gif Class Returns an OlObjectClass constant indicating the object's class. Read-only.
Bb176767.properties(en-us,office.12).gif Count Returns a Long indicating the count of objects in the specified collection. Read-only.
Bb176767.properties(en-us,office.12).gif Parent Returns the parent Object of the specified object. Read-only.
Bb176767.properties(en-us,office.12).gif Session Returns the NameSpace object for the current session. Read-only.

Events

  Name Description
Bb176767.events(en-us,office.12).gif BeforeReminderShow Occurs before the Reminder dialog box is displayed.
Bb176767.events(en-us,office.12).gif ReminderAdd Occurs after a reminder is added.
Bb176767.events(en-us,office.12).gif ReminderChange Occurs after a reminder has been modified.
Bb176767.events(en-us,office.12).gif ReminderFire Occurs before the reminder is executed.
Bb176767.events(en-us,office.12).gif ReminderRemove Occurs when a Reminder object has been removed from the collection.
Bb176767.events(en-us,office.12).gif Snooze Occurs when a reminder is dismissed using the Snooze button.