MeetingRequestMessageType.Start 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.
The Start property gets or sets an instance of the DateTime class that represents the start of the meeting that is associated with this instance of the MeetingRequestMessageType class.
public:
property DateTime Start { DateTime get(); void set(DateTime value); };
public DateTime Start { get; set; }
Public Property Start As DateTime
Property Value
The Start property returns an instance of the DateTime class that represents the start of the meeting that is associated with this instance of the MeetingRequestMessageType class.
Remarks
The Start property is only valid if the IsRecurring property is set to false.