Freigeben über


AppointmentParticipantResponse Enumeration

Definition

Gibt die Antwort eines Teilnehmers in Bezug auf eine Terminseinladung an.

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
Vererbung
AppointmentParticipantResponse
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
App-Funktionen
appointmentsSystem

Felder

Accepted 2

Der Teilnehmer nahm die Terminseinladung an.

Declined 3

Der Teilnehmer hat die Terminseinladung abgelehnt.

None 0

Keine Antwort.

Tentative 1

Der Teilnehmer kann an dem Termin teilnehmen.

Unknown 4

Die Antwort ist unbekannt.

Gilt für:

Weitere Informationen