MessageParserConfigHtmlToSimpleHtmlOptions Property
Gets or sets the options which affect how the HTML part of the message gets converted into simple HTML.

Namespace: MailBee.Mime
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public HtmlToSimpleHtmlConvertOptions HtmlToSimpleHtmlOptions { get; set; }

Property Value

Type: HtmlToSimpleHtmlConvertOptions
A set of flags which affect how the HTML part of the message gets converted into simple HTML. The default value is None.
Remarks
Usually, this property is used together with HtmlToSimpleHtmlMode property.
Note Note
MessageParserConfig object cannot be used on its own. To access its members, the developer should use MailMessage.Parser property.
Examples
The example is available in HtmlToSimpleHtmlMode topic.
See Also