Exception.OriginalDate Property

Definition

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.

public:
 property DateTime OriginalDate { DateTime get(); };
public DateTime OriginalDate { get; }
Public ReadOnly Property OriginalDate As DateTime

Property Value

Applies to