MailFormat 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
The recommended alternative is System.Net.Mail.MailMessage.IsBodyHtml. http://go.microsoft.com/fwlink/?linkid=14202
提供电子邮件格式的枚举值。 建议使用的替代项:System.Net.Mail。
public enum class MailFormat
public enum MailFormat
[System.Obsolete("The recommended alternative is System.Net.Mail.MailMessage.IsBodyHtml. http://go.microsoft.com/fwlink/?linkid=14202")]
public enum MailFormat
type MailFormat =
[<System.Obsolete("The recommended alternative is System.Net.Mail.MailMessage.IsBodyHtml. http://go.microsoft.com/fwlink/?linkid=14202")>]
type MailFormat =
Public Enum MailFormat
- 继承
- 属性
字段
Html | 1 | 指定电子邮件格式为 HTML 格式。 |
Text | 0 | 指定电子邮件格式为纯文本格式。 |