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

Namespace: MailBee.Mime
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public enum PlainToHtmlAutoConvert
Members
  Member nameValueDescription
IfNoHtml0 When the message does not have an HTML body.
IfPlain1 When the message does have the plain-text body (if there is the HTML body as well, it will be overwritten).
Never2 The plain-text body will not be automatically converted into HTML.
Remarks
You can set any of these modes via MailMessage.Parser.PlainToHtmlMode property.
See Also