Our company developed an Outlook plugin to implement our document management system. Users can drag e-mails from their Outlook folders to a grid in the plugin. After the drop the e-mail is imported into the document management system in the specific folder. The plugin also shows the content of document management system folders. When the user clicks on an e-mail the MSG-file is downloaded from the document management system, is inspected and the content is displayed in the plug-in in a self developed user control, which only contains labels ans one RTF-box to display the RTF-body.
The users are not happy with this user control because 'it doesn't look like Outlook'. We're looking for a way to display the MSG-file (saved on disk) in a 'out of the box'-control that looks like the Outlook e-mail control or maybe there is a way to use the one from Outlook itself?
Important for the user is to see the HTML version of the body, inline images, visible attachments with the ability to double click on them to open. In the perfect world the control may have a build in preview option (PDF, text, images,...)?