Share via


_Reminder.OriginalReminderDate Property

Returns a Date that specifies the original date and time that the specified reminder is set to occur. Read-only.

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

Syntax

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

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

Property Value

Type: System.DateTime

Remarks

This value corresponds to the original date and time value before the Snooze method is executed or the user clicks the Snooze button.

See Also

Reference

_Reminder Interface

_Reminder Members

Microsoft.Office.Interop.Outlook Namespace