MessageParserConfigPlainToHtmlOptions Property
Gets or sets options which affect how the plain-text message body gets converted into HTML.

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

Property Value

Type: PlainToHtmlConvertOptions
A set of flags which affect how the plain-text message body gets converted into HTML. The default value is None.
Remarks
Usually this property is used together with PlainToHtmlMode 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 PlainToHtmlMode topic.
See Also