MailFormat 枚举

定义

注意

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
继承
MailFormat
属性

字段

Html 1

指定电子邮件格式为 HTML 格式。

Text 0

指定电子邮件格式为纯文本格式。

适用于