Share via


EmailMeetingInfo.StartTime Property

Definition

Gets or sets the start time for the meeting.

public:
 property DateTime StartTime { DateTime get(); void set(DateTime value); };
DateTime StartTime();

void StartTime(DateTime value);
public System.DateTimeOffset StartTime { get; set; }
var dateTime = emailMeetingInfo.startTime;
emailMeetingInfo.startTime = dateTime;
Public Property StartTime As DateTimeOffset

Property Value

The start time for the meeting.

Windows requirements

App capabilities
email emailSystem

Applies to