Share via


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
Public property Application Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _Reminders.)
Public property Class Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _Reminders.)
Public property Count Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only. (Inherited from _Reminders.)
Public property Item Returns a Reminder object from the collection. (Inherited from _Reminders.)
Public property Parent Returns the parent Object of the specified object. Read-only. (Inherited from _Reminders.)
Public property Session Returns the NameSpace object for the current session. Read-only. (Inherited from _Reminders.)

Top

Methods

  Name Description
Public method GetEnumerator() This member is inherited from the base type of the parent interface. (Inherited from _Reminders.)
Public method Remove Removes an object from the collection. (Inherited from _Reminders.)

Top

Events

  Name Description
Public event BeforeReminderShow Occurs before the Reminder dialog box is displayed. (Inherited from ReminderCollectionEvents_Event.)
Public event ReminderAdd Occurs after a reminder is added. (Inherited from ReminderCollectionEvents_Event.)
Public event ReminderChange Occurs after a reminder has been modified. (Inherited from ReminderCollectionEvents_Event.)
Public event ReminderFire Occurs before the reminder is executed. (Inherited from ReminderCollectionEvents_Event.)
Public event ReminderRemove Occurs when a Reminder object has been removed from the collection. (Inherited from ReminderCollectionEvents_Event.)
Public event Snooze Occurs when a reminder is dismissed using the Snooze button. (Inherited from ReminderCollectionEvents_Event.)

Top

See Also

Reference

Reminders Interface

Microsoft.Office.Interop.Outlook Namespace