AppointmentCalendar.CanUpdateMeetingResponses Property

Definition

Gets or sets a Boolean value that indicates if the calendar supports updating meeting responses.

public:
 property bool CanUpdateMeetingResponses { bool get(); void set(bool value); };
bool CanUpdateMeetingResponses();

void CanUpdateMeetingResponses(bool value);
public bool CanUpdateMeetingResponses { get; set; }
var boolean = appointmentCalendar.canUpdateMeetingResponses;
appointmentCalendar.canUpdateMeetingResponses = boolean;
Public Property CanUpdateMeetingResponses As Boolean

Property Value

Boolean

bool

Boolean value that indicates if the calendar supports updating meeting responses.

Windows requirements

App capabilities
appointmentsSystem

Applies to