Defines modes which specify the condition which triggers automatic conversion of the plain-text body into HTML during parsing the message.
You can set any of these modes via MailMessage.Parser.PlainToHtmlMode property.
| Member Name | Description |
|---|---|
| IfNoHtml | When the message does not have an HTML body. |
| IfPlain | When the message does have the plain-text body (if there is the HTML body as well, it will be overwritten). |
| Never | The plain-text body will not be automatically converted into HTML. |
Namespace: MailBee.Mime
Assembly: MailBee.NET (in MailBee.NET.dll)
MailBee.Mime Namespace | Parser