MessageBuilderConfigHtmlToPlainMode Property
Gets or sets the condition which triggers automatic conversion of the HTML body of the message into plain-text.

Namespace: MailBee.Mime
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public HtmlToPlainAutoConvert HtmlToPlainMode { get; set; }

Property Value

Type: HtmlToPlainAutoConvert
An HtmlToPlainAutoConvert value which specifies when the HTML body of the message should be automatically converted into the plain-text body. The default value is IfNoPlain.
Remarks
This property controls the condition of automatic converting of the HTML body of the message into plain-text. The original HTML version will not be removed anyway, the plain-text version will be added as alternative body.
Note Note
MessageBuilderConfig object cannot be used on its own. To access its members, the developer should use MailMessage.Builder property.
Examples
The example is available in MessageBuilderConfig topic.
See Also