Search code examples
delphioutlookdelphi-2010msg

Delphi and MSG file


How do I display an Outlook message file using Delphi 2010? Is there a way to wrap an Outlook app and open it within Delphi?


Solution

  • TOutlookApplication ? It exists in D2007 and in Delphi XE. I assume it exists in D2010 too.

    As an alternative you can import the Outlook Object Library through the Component->Import component... menu option.