EmailMailboxAutoReplyMessageResponseKind 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义用于自动答复的编码架构。
public enum class EmailMailboxAutoReplyMessageResponseKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class EmailMailboxAutoReplyMessageResponseKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum EmailMailboxAutoReplyMessageResponseKind
var value = Windows.ApplicationModel.Email.EmailMailboxAutoReplyMessageResponseKind.html
Public Enum EmailMailboxAutoReplyMessageResponseKind
- 继承
-
EmailMailboxAutoReplyMessageResponseKind
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
应用功能 |
email
emailSystem
|
字段
名称 | 值 | 说明 |
---|---|---|
Html | 0 | 自动回复消息编码为 HTML。 |
PlainText | 1 | 自动回复消息编码为纯文本。 |