AppointmentCalendarUpdateMeetingResponseRequest Class
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.
Represents the user's request to change the response to a calendar meeting.
public ref class AppointmentCalendarUpdateMeetingResponseRequest 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 AppointmentCalendarUpdateMeetingResponseRequest 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 AppointmentCalendarUpdateMeetingResponseRequest
Public NotInheritable Class AppointmentCalendarUpdateMeetingResponseRequest
- Inheritance
- 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 AppointmentCalendarUpdateMeetingResponseRequestEventArgs argument of the UpdateMeetingResponseRequested event.
Properties
AppointmentCalendarLocalId |
Gets a string that uniquely identifies the calendar associated with the appointment 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 change in meeting response. |
Response |
Gets the new response the user wishes to give concerning an appointment invitation. |
SendUpdate |
Indicates whether the user wishes to send an update to the meeting's organizer. |
Subject |
Gets the subject of the response. |
Methods
ReportCompletedAsync() |
Notifies the system that the task of updating a meeting response has completed. |
ReportFailedAsync() |
Notifies the system that the task of updating a meeting response has failed. |