HtmlToPlainAutoConvert Enumeration |
Defines the available modes which specify when HTML body of a message should automatically be converted into plain text during parsing of this message.
Namespace: MailBee.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public enum HtmlToPlainAutoConvert
Public Enumeration HtmlToPlainAutoConvert
Members
| Member name | Value | Description |
---|
| IfNoPlain | 0 |
Convert when the message does not have a plain text body.
|
| IfHtml | 1 |
Convert when the message has an HTML body (if the plain text body exists as well, it will be overwritten).
|
| Never | 2 |
HTML body of the message will never be automatically converted into plain text during parsing of this message.
|
Remarks See Also