Share via


Exception.OriginalDate Property

Returns a Date 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
ReadOnly Property OriginalDate As DateTime
    Get
'Usage
Dim instance As Exception
Dim value As DateTime

value = instance.OriginalDate
DateTime OriginalDate { get; }

Property Value

Type: System.DateTime

See Also

Reference

Exception Interface

Exception Members

Microsoft.Office.Interop.Outlook Namespace