AppointmentCalendarCancelMeetingRequest Class

Definition

Represents the user's request to cancel a calendar meeting.

public ref class AppointmentCalendarCancelMeetingRequest sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppointmentCalendarCancelMeetingRequest final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppointmentCalendarCancelMeetingRequest
Public NotInheritable Class AppointmentCalendarCancelMeetingRequest
Inheritance
Object Platform::Object IInspectable AppointmentCalendarCancelMeetingRequest
Attributes

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)
App capabilities
appointmentsSystem

Remarks

The system generates an instance of this class and sets it as a property in the AppointmentCalendarCancelMeetingRequestEventArgs argument of the CancelMeetingRequested event.

Properties

AppointmentCalendarLocalId

Uniquely identifies the calendar on the local device.

AppointmentLocalId

Gets a string that uniquely identifies the appointment on the local device.

AppointmentOriginalStartTime

Gets the original starting time for a recurring appointment.

Comment

Gets a text comment the user may write regarding the cancellation of the meeting.

NotifyInvitees

Gets a Boolean value indicating if invitees should be notified.

Subject

Gets the subject of the response.

Methods

ReportCompletedAsync()

Notifies the system that the task of cancelling a meeting has completed.

ReportFailedAsync()

Notifies the system that the task of cancelling a meeting has failed.

Applies to