MailBee.NET Objects 4.0

MessageParserConfig.HtmlToPlainOptions Property

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

public HtmlToPlainConvertOptions HtmlToPlainOptions {get; set;}

Property Value

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

Remarks

Usually this property is used together with HtmlToPlainMode 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 HtmlToPlainMode topic.

See Also

MessageParserConfig Class | MailBee.Mime Namespace | HtmlToPlainMode