Share via


_Reminder.Snooze Method

Delays the reminder by a specified time.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Sub Snooze ( _
    SnoozeTime As Object _
)
'Usage
Dim instance As _Reminder
Dim SnoozeTime As Object

instance.Snooze(SnoozeTime)
[DispIdAttribute()]
void Snooze(
    Object SnoozeTime
)

Parameters

  • SnoozeTime
    Type: System.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.

See Also

Reference

_Reminder Interface

_Reminder Members

Microsoft.Office.Interop.Outlook Namespace