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

プロパティ値

true 電子メールの本文が HTML の場合。それ以外の場合は false

注釈

電子メール メッセージの IsBodyHtml 本文にプレーン テキストまたは HTML マークアップが含まれているかどうかを指定するには、 プロパティを使用します。

適用対象

こちらもご覧ください