_Reminder.Snooze(Object) Method
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.
Delays the reminder by a specified time.
public void Snooze (object SnoozeTime);
Public Sub Snooze (Optional SnoozeTime As Object)
Parameters
- SnoozeTime
- Object
Indicates the amount of time (in minutes) to delay the reminder. The default value is 5 minutes.
Remarks
This is equivalent to the user clicking the Snooze button.
This method will fail if the current reminder is not active.