EmailMeetingInfo.ProposedStartTime 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.
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
|