MailBee.NET Objects 7.2

PlainToHtmlAutoConvert Enumeration

Defines modes which specify the condition which triggers automatic conversion of the plain-text body into HTML during parsing the message.

public enum PlainToHtmlAutoConvert

Remarks

You can set any of these modes via MailMessage.Parser.PlainToHtmlMode property.

Members

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.

Requirements

Namespace: MailBee.Mime

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

MailBee.Mime Namespace | Parser