Displaying Microsoft Outlook (.msg) files in ShellFilePreview
Question / Problem
I'm trying to preview .msg files with the ShellFilePreview component. This doesn't work or I can only see the header of the files.
Answer / Solution
Make sure that your application has visual styles enabled. You can do this by calling Application.EnabledVisualStyles() or by adjusting your application manifest.