MessageBuilderConfigHtmlToPlainMode Property |
Gets or sets the condition which triggers automatic conversion of the HTML body of the message into plain-text.
Namespace: MailBee.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public HtmlToPlainAutoConvert HtmlToPlainMode { get; set; }
Public Property HtmlToPlainMode As HtmlToPlainAutoConvert
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.
Examples See Also