Share via


_Reminder.NextReminderDate Property

Returns a Date that indicates the next time the specified reminder will occur. Read-only.

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

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property NextReminderDate As DateTime
    Get
'Usage
Dim instance As _Reminder
Dim value As DateTime

value = instance.NextReminderDate
[DispIdAttribute()]
DateTime NextReminderDate { get; }

Property Value

Type: System.DateTime

Remarks

The NextReminderDate property value changes every time the object's Snooze method is executed or when the user clicks the Snooze button.

See Also

Reference

_Reminder Interface

_Reminder Members

Microsoft.Office.Interop.Outlook Namespace