Hello,
I need to display Emails in the WPF WebBrowser. I am able to create IMail object from .eml file.
Next up I use GetBodyAsHtml method to get the HTML version of the body of the email but without headers (To, From, CC, Subject). Is there a way to get HTML with headers other than manually modyfing Html string produced by the GetBodyAsHtml method?