MailBee.NET Objects 4.0

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.

public enum HtmlToPlainAutoConvert

Remarks

You can set any of these mode via MailMessage.Parser.HtmlToPlainMode property.

Members

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.

Requirements

Namespace: MailBee.Mime

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

See Also

MailBee.Mime Namespace | Parser | HtmlToPlainMode | HtmlToPlainOptions