MessageBuilderConfigHtmlToPlainOptions Property
Gets or sets the options which affect automatic conversion of the HTML body into plain-text.

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

Property Value

Type: HtmlToPlainConvertOptions
A set of flags affecting how the HTML body of the message is converted into plain-text. The default value is None.
Remarks
This property is usually used in conjunction with HtmlToPlainMode property.
Note Note
MessageBuilderConfig object cannot be used on its own. To access its members, the developer should use MailMessage.Builder property.
See Also