MessageParserConfigHtmlToPlainOptions Property |
Gets or sets the options which affect how the HTML body of the message gets converted into plain text.
Namespace: MailBee.MimeAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic HtmlToPlainConvertOptions HtmlToPlainOptions { get; set; }
Public Property HtmlToPlainOptions As HtmlToPlainConvertOptions
Get
Set
Property Value
Type:
HtmlToPlainConvertOptions
A set of flags which affect how the HTML body of the message gets converted into plain text.
The default value is
None.
Remarks
Examples
See Also