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,則為 ;否則為 false

備註

IsBodyHtml使用 屬性可指定電子郵件訊息的本文是否包含純文字或 HTML 標籤。

適用於

另請參閱