Hi all,
We would like to render the content of a HTML message that we have as a MailMessage object on a web application. What's the preferred way to do this in a safe way, so that i.e. JavaScripts are not run? Can the HtmlBody property of MailMessage safely be rendered to a web page? Are there any utility methods on the library to make the HTML safe?
Thanks,
Chris