Click or drag to resize
MimeKit

MultipartAlternativeHtmlBody Property

Get the HTML-formatted text of the text/html alternative.

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

Property Value

String
The HTML if a text/html alternative exists; otherwise, null.
Exceptions
ExceptionCondition
ObjectDisposedException The MultipartAlternative has been disposed.
Remarks
Gets the HTML-formatted text of the text/html alternative, if it exists.
See Also