MessageParserConfigAutoSaveHtmlMode Property |
Namespace: MailBee.Mime
This property makes it easier to get any HTML message as a file. You can also save the message as HTML file using SaveHtmlAndRelatedFiles(String) 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. |