다음을 통해 공유


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 태그를 포함할지 여부를 지정 하는 속성입니다.

적용 대상

추가 정보