_Reminder.Snooze(Object) Method

Definition

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.

Applies to