Exception.OriginalDate Property
Returns a DateTime indicating the original date and time of an AppointmentItem before it was altered. This property will return the original date even if the AppointmentItem has been deleted. However, it will not return the original time if deletion has occurred. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property OriginalDate As DateTime
Get
'Usage
Dim instance As Exception
Dim value As DateTime
value = instance.OriginalDate
[DispIdAttribute()]
DateTime OriginalDate { get; }
Property Value
Type: System.DateTime