MailMessage.IsBodyHtml 属性

定义

获取或设置一个值,指示邮件正文是否为 HTML 格式。

public:
 property bool IsBodyHtml { bool get(); void set(bool value); };
public bool IsBodyHtml { get; set; }
member this.IsBodyHtml : bool with get, set
Public Property IsBodyHtml As Boolean

属性值

true 如果邮件正文为 HTML,则为 ;else false. 默认值为 false

适用于