PlainToHtmlAutoConvert Enumeration |
Defines modes which specify the condition which triggers automatic conversion of the plain-text body
into HTML during parsing the message.
Namespace: MailBee.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public enum PlainToHtmlAutoConvert
Public Enumeration PlainToHtmlAutoConvert
Members
| Member name | Value | Description |
---|
| IfNoHtml | 0 |
When the message does not have an HTML body.
|
| IfPlain | 1 |
When the message does have the plain-text body (if there is the HTML body as well, it will be overwritten).
|
| Never | 2 |
The plain-text body will not be automatically converted into HTML.
|
Remarks See Also