Looking for a solution to display mail messages on a web page originating from an exchange server with various style elements that might interfere with the existing page layout.
Attempting to load these mail messages within a div results in the style elements overriding some of the existing styles on the page.
Is there a method to isolate the HTML mail body when loading it onto a page, without using iframes?
Thank you