AppointmentCalendar.CanProposeNewTimeForMeetings 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 a Boolean value that indicates if the calendar supports proposing new meeting times.
public:
property bool CanProposeNewTimeForMeetings { bool get(); void set(bool value); };
bool CanProposeNewTimeForMeetings();
void CanProposeNewTimeForMeetings(bool value);
public bool CanProposeNewTimeForMeetings { get; set; }
var boolean = appointmentCalendar.canProposeNewTimeForMeetings;
appointmentCalendar.canProposeNewTimeForMeetings = boolean;
Public Property CanProposeNewTimeForMeetings As Boolean
Property Value
Boolean
bool
Boolean value that indicates if the calendar supports proposing new meeting times.
Windows requirements
App capabilities |
appointmentsSystem
|