MeetingRequestMessageType.Start Property

Definition

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.

Applies to