Exception.OriginalDate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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