| 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
Syntaxpublic 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
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
Examples See Also
See Also