Share via


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에 있으면 이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

적용 대상