ReminderCollectionEvents_Event.ReminderAdd Event
Occurs after a reminder is added.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event ReminderAdd As ReminderCollectionEvents_ReminderAddEventHandler
'Usage
Dim instance As ReminderCollectionEvents_Event
Dim handler As ReminderCollectionEvents_ReminderAddEventHandler
AddHandler instance.ReminderAdd, handler
event ReminderCollectionEvents_ReminderAddEventHandler ReminderAdd
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.
See Also
Reference
ReminderCollectionEvents_Event Interface
ReminderCollectionEvents_Event Members
Microsoft.Office.Interop.Outlook Namespace
Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_ReminderAddEventHandler