 | MimeMessageHtmlBody Property |
Get the html body of the message if it exists.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 2.10.0
Syntaxpublic string HtmlBody { get; }
Property Value
Type:
StringThe html body if it exists; otherwise,
null.
RemarksGets the HTML-formatted body of the message if it exists.
See Also