MessageParserConfigSetPlainOutputMode Method |
Configures the parser to prepare the message for displaying in plain-text container (such as a TextBox control in WinForms application or the console).
Namespace: MailBee.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public void SetPlainOutputMode()
Public Sub SetPlainOutputMode
Remarks
This method configures the parser as follows:
- PlainToHtmlMode=PlainToHtmlAutoConvert.Never;
- HtmlToPlainMode=HtmlToPlainAutoConvert.IfNoPlain
- HtmlToSimpleHtmlMode=HtmlToSimpleHtmlAutoConvert.Never;
- HeadersAsHtml=false;
To specify an output message in HTML text mode, use
SetPlainOutputMode property.
Examples See Also