MessageParserConfigPlainToHtmlOptions Property |
Gets or sets options which affect how the plain-text message body gets converted into HTML.
Namespace: MailBee.MimeAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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