Share via


AppointmentParticipantResponse Enum

Definisi

Menentukan respons dari peserta mengenai undangan janji temu.

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
Warisan
AppointmentParticipantResponse
Atribut

Persyaratan Windows

Rangkaian perangkat
Windows 10 (diperkenalkan dalam 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (diperkenalkan dalam v1.0)
Kemampuan aplikasi
appointmentsSystem

Bidang

Accepted 2

Peserta menerima undangan janji temu.

Declined 3

Peserta menolak undangan janji temu.

None 0

Tidak ada respons.

Tentative 1

Peserta mungkin menghadiri janji temu.

Unknown 4

Respons tidak diketahui.

Berlaku untuk

Lihat juga