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.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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