AppointmentParticipantResponse AppointmentParticipantResponse AppointmentParticipantResponse AppointmentParticipantResponse Enum

Definition

Specifies the response from a participant concerning an appointment invitation.

public : enum class AppointmentParticipantResponsepublic enum AppointmentParticipantResponsePublic Enum AppointmentParticipantResponse// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

Accepted Accepted Accepted Accepted

The participant accepted the appointment invitation.

Declined Declined Declined Declined

The participant declined the appointment invitation.

None None None None

No response.

Tentative Tentative Tentative Tentative

The participant might attend the appointment.

Unknown Unknown Unknown Unknown

The response is unknown.