MeetingRequestMessageType.OriginalStart Property

Definition

The OriginalStart property gets or sets an instance of the DateTime class that specifies the original start time for the meeting that is associated with this instance of the MeetingRequestMessageType class.

public:
 property DateTime OriginalStart { DateTime get(); void set(DateTime value); };
public DateTime OriginalStart { get; set; }
Public Property OriginalStart As DateTime

Property Value

The OriginalStart property returns an instance of the DateTime class that specifies the original start time for the meeting that is associated with this instance of the MeetingRequestMessageType class.

Applies to