Share via


EmailMeetingInfo.ProposedStartTime Property

Definition

Gets or sets the proposed start time for the proposed meeting change.

public:
 property IReference<DateTime> ^ ProposedStartTime { IReference<DateTime> ^ get(); void set(IReference<DateTime> ^ value); };
IReference<DateTime> ProposedStartTime();

void ProposedStartTime(IReference<DateTime> proposedStartTime);
public System.Nullable<System.DateTimeOffset> ProposedStartTime { get; set; }
var iReference = emailMeetingInfo.proposedStartTime;
emailMeetingInfo.proposedStartTime = iReference;
Public Property ProposedStartTime As Nullable(Of DateTimeOffset)

Property Value

The proposed start time for the proposed meeting change.

Windows requirements

App capabilities
email emailSystem

Applies to