ReminderCollectionEvents_Event.Snooze Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when a reminder is dismissed using the Snooze button.
public:
event Microsoft::Office::Interop::Outlook::ReminderCollectionEvents_SnoozeEventHandler ^ Snooze;
event Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_SnoozeEventHandler Snooze;
Event Snooze As ReminderCollectionEvents_SnoozeEventHandler
Event Type
Remarks
This event will fire when the Snooze(Object) method is executed, or when the user clicks the Snooze button.