Share via


AppointmentParticipantResponse Énumération

Définition

Spécifie la réponse d’un participant concernant une invitation à un rendez-vous.

public enum class AppointmentParticipantResponse
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AppointmentParticipantResponse
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AppointmentParticipantResponse
var value = Windows.ApplicationModel.Appointments.AppointmentParticipantResponse.none
Public Enum AppointmentParticipantResponse
Héritage
AppointmentParticipantResponse
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
Fonctionnalités de l’application
appointmentsSystem

Champs

Accepted 2

Le participant a accepté l’invitation au rendez-vous.

Declined 3

Le participant a refusé l’invitation au rendez-vous.

None 0

Aucune réponse.

Tentative 1

Le participant peut assister au rendez-vous.

Unknown 4

La réponse est inconnue.

S’applique à

Voir aussi