MailBee.NET Objects 4.0

MessageParserConfig.PlainToHtmlOptions Property

Gets or sets options which affect how the plain-text message body gets converted into HTML.

public PlainToHtmlConvertOptions PlainToHtmlOptions {get; set;}

Property Value

A set of flags which affect how the plain-text message body gets converted into HTML. The default value is None.

Remarks

Usually this property is used together with PlainToHtmlMode property.

Note   MessageParserConfig object cannot be used on its own. To access its members, the developer should use MailMessage.Parser property.

Example

The example is available in PlainToHtmlMode topic.

See Also

MessageParserConfig Class | MailBee.Mime Namespace | PlainToHtmlMode