EmailMeetingInfo.AppointmentOriginalStartTime 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 start time for a meeting.
public:
property IReference<DateTime> ^ AppointmentOriginalStartTime { IReference<DateTime> ^ get(); void set(IReference<DateTime> ^ value); };
IReference<DateTime> AppointmentOriginalStartTime();
void AppointmentOriginalStartTime(IReference<DateTime> value);
public System.Nullable<System.DateTimeOffset> AppointmentOriginalStartTime { get; set; }
var iReference = emailMeetingInfo.appointmentOriginalStartTime;
emailMeetingInfo.appointmentOriginalStartTime = iReference;
Public Property AppointmentOriginalStartTime As Nullable(Of DateTimeOffset)
Property Value
The start time for a meeting.
Windows requirements
App capabilities |
email
emailSystem
|