AppointmentParticipantResponse 列舉

定義

指定參與者關於約會邀請的回應。

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
繼承
AppointmentParticipantResponse
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
應用程式功能
appointmentsSystem

欄位

Accepted 2

參與者已接受約會邀請。

Declined 3

參與者拒絕約會邀請。

None 0

沒有回應。

Tentative 1

參與者可能會參加約會。

Unknown 4

回應未知。

適用於

另請參閱