Defines the available modes which specify when HTML body of a message should automatically be converted into plain text during parsing of this message.
You can set any of these mode via MailMessage.Parser.HtmlToPlainMode property.
| Member Name | Description |
|---|---|
| IfNoPlain | Convert when the message does not have a plain text body. |
| IfHtml | Convert when the message has an HTML body (if the plain text body exists as well, it will be overwritten). |
| Never | HTML body of the message will never be automatically converted into plain text during parsing of this message. |
Namespace: MailBee.Mime
Assembly: MailBee.NET (in MailBee.NET.dll)
MailBee.Mime Namespace | Parser | HtmlToPlainMode | HtmlToPlainOptions