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.
You can set any combination of these options via MailMessage.Parser.PlainToHtmlOptions property.
| 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 |
Namespace: MailBee.Mime
Assembly: MailBee.NET (in MailBee.NET.dll)
MailBee.Mime Namespace | Parser