MessageParserConfigPlainToHtmlOptions Property |
Gets or sets options which affect how the plain-text message body gets converted into HTML.
Namespace: MailBee.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public PlainToHtmlConvertOptions PlainToHtmlOptions { get; set; }
Public Property PlainToHtmlOptions As PlainToHtmlConvertOptions
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 Examples See Also