AppointmentCalendar.CanForwardMeetings 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 forwarding meetings.
public:
property bool CanForwardMeetings { bool get(); void set(bool value); };
bool CanForwardMeetings();
void CanForwardMeetings(bool value);
public bool CanForwardMeetings { get; set; }
var boolean = appointmentCalendar.canForwardMeetings;
appointmentCalendar.canForwardMeetings = boolean;
Public Property CanForwardMeetings As Boolean
Property Value
Boolean
bool
Boolean value that indicates if the calendar supports forwarding meetings.
Windows requirements
App capabilities |
appointmentsSystem
|