AppointmentCalendar.CanProposeNewTimeForMeetings Property

Definition

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

Applies to