Configures the parser to prepare the message for displaying in plain-text container (such as a TextBox control in WinForms application or the console).
This method configures the parser as follows:
PlainToHtmlMode=PlainToHtmlAutoConvert.Never;HtmlToPlainMode=HtmlToPlainAutoConvert.IfNoPlainHtmlToSimpleHtmlMode=HtmlToSimpleHtmlAutoConvert.Never;HeadersAsHtml=false;The example is available in MessageParserConfig class overview.
MessageParserConfig Class | MailBee.Mime Namespace | Apply | SetHtmlOutputMode