AppointmentCalendarForwardMeetingRequest Class

Definition

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

public ref class AppointmentCalendarForwardMeetingRequest 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 AppointmentCalendarForwardMeetingRequest 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 AppointmentCalendarForwardMeetingRequest
Public NotInheritable Class AppointmentCalendarForwardMeetingRequest
Inheritance
Object Platform::Object IInspectable AppointmentCalendarForwardMeetingRequest
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 AppointmentCalendarForwardMeetingRequestEventArgs argument of the ForwardMeetingRequested 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 forwarding of the meeting.

ForwardHeader

Gets the new meeting header that includes the new invitees.

Invitees

Gets a list of the new invitees to receive the forwarded meeting.

Subject

Gets the subject of the forwarded meeting invitation.

Methods

ReportCompletedAsync()

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

ReportFailedAsync()

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

Applies to