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

add_BeforeReminderShow

(Inherited from ReminderCollectionEvents_Event.)

Public method

add_ReminderAdd

(Inherited from ReminderCollectionEvents_Event.)

Public method

add_ReminderChange

(Inherited from ReminderCollectionEvents_Event.)

Public method

add_ReminderFire

(Inherited from ReminderCollectionEvents_Event.)

Public method

add_ReminderRemove

(Inherited from ReminderCollectionEvents_Event.)

Public method

add_Snooze

(Inherited from ReminderCollectionEvents_Event.)

Public method

GetEnumerator()

(Inherited from _Reminders.)

Public method

Remove

Removes an object from the collection. (Inherited from _Reminders.)

Public method

remove_BeforeReminderShow

(Inherited from ReminderCollectionEvents_Event.)

Public method

remove_ReminderAdd

(Inherited from ReminderCollectionEvents_Event.)

Public method

remove_ReminderChange

(Inherited from ReminderCollectionEvents_Event.)

Public method

remove_ReminderFire

(Inherited from ReminderCollectionEvents_Event.)

Public method

remove_ReminderRemove

(Inherited from ReminderCollectionEvents_Event.)

Public method

remove_Snooze

(Inherited from ReminderCollectionEvents_Event.)

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