MailDefinition.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

属性值

Boolean

true 如果电子邮件正文为 HTML,则为 HTML;否则,为 false.

注解

使用 IsBodyHtml 属性指定电子邮件正文是否包含纯文本或 HTML 标记。

适用于

另请参阅