Click or drag to resize
MimeKit

MimeMessageHtmlBody Property

Get the html body of the message if it exists.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
public string HtmlBody { get; }

Property Value

String
The html body if it exists; otherwise, null.

Implements

IMimeMessageHtmlBody
Remarks

Gets the HTML-formatted body of the message if it exists.

See Also