次の方法で共有


EmailMeetingResponseType 列挙型

定義

会議出席依頼への応答の種類を定義します。

public enum class EmailMeetingResponseType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class EmailMeetingResponseType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum EmailMeetingResponseType
var value = Windows.ApplicationModel.Email.EmailMeetingResponseType.accept
Public Enum EmailMeetingResponseType
継承
EmailMeetingResponseType
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)
アプリの機能
email emailSystem

フィールド

Accept 0

会議が受け入れられました。

Decline 1

会議は辞退されました。

Tentative 2

会議は仮承諾されました。

適用対象