Edit

Share via


ReminderCollectionEvents_Event.ReminderAdd Event

Definition

Occurs after a reminder is added.

public:
 event Microsoft::Office::Interop::Outlook::ReminderCollectionEvents_ReminderAddEventHandler ^ ReminderAdd;
event Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderAddEventHandler ReminderAdd;
Event ReminderAdd As ReminderCollectionEvents_ReminderAddEventHandler 

Event Type

Remarks

A reminder is not actually created until the associated Microsoft Outlook item has been saved. Therefore, this event will not occur until the associated item object has been saved.

Applies to