MailBee.NET Objects 7.2

PlainToHtmlConvertOptions Enumeration

Defines the available flags affecting conversion of the plain-text body into HTML during parsing the message.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

[Flags]
public enum PlainToHtmlConvertOptions

Remarks

You can set any combination of these options via MailMessage.Parser.PlainToHtmlOptions property.

Members

Member Name Description Value
None No additional options. 0
UriToLink All URIs (URLs) contained in the plain-text body of the message should be converted into HTML links (e.g. http://www.afterlogic.com will be converted into <a href="http://www.afterlogic.com">http://www.afterlogic.com</a> link). Can be used in conjunction with AHRefSuffix to further decorate HTML links being produced. 1

Requirements

Namespace: MailBee.Mime

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

See Also

MailBee.Mime Namespace | Parser