_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
ReadOnly Property OriginalReminderDate As DateTime
Get
'Usage
Dim instance As _Reminder
Dim value As DateTime
value = instance.OriginalReminderDate
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.