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

속성 값

메시지 본문이 HTML에 있으면 이고, 를 선택합니다 . 기본값은 false입니다.

적용 대상