Gets or sets if (and how) the HTML body of the message should be saved to disk.
The method of saving the HTML body of the message to disk during parsing the message. The default value is NoAutoSave.
This property makes it easier to get any HTML message as a file. You can also save the message as HTML file using SaveHtmlAndRelatedFiles method.
To make plain-text messages be saved as HTML files as well, you should also set PlainToHtmlMode property value to IfNoHtml.
Note MessageParserConfig object cannot be used on its own. To access its members, the developer should use MailMessage.Parser property.
The example is available in MessageParserConfig topic.
MessageParserConfig Class | MailBee.Mime Namespace | PlainToHtmlMode