AppointmentCalendarCreateOrUpdateAppointmentRequest.NotifyInvitees 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 a Boolean value indicating if invitees should be notified.
public:
property bool NotifyInvitees { bool get(); };
bool NotifyInvitees();
public bool NotifyInvitees { get; }
var boolean = appointmentCalendarCreateOrUpdateAppointmentRequest.notifyInvitees;
Public ReadOnly Property NotifyInvitees As Boolean
Property Value
Boolean
bool
A Boolean value indicating if invitees should be notified.
Windows requirements
App capabilities |
appointmentsSystem
|