Reputation: 10739
I am currently developing a business logic for iDevices, where I need to open and display .msg (Microsoft Outlook Message) file. I have already found some answers in internet, but I am expecting concrete answer rather abstract.
Either a way to open directly with Objective-C or at least with the help of any C/C++ third party library.
Have anyone any idea...?
Thanks in advance.
Upvotes: 3
Views: 1962
Reputation: 51
You could try POLE (this is the right link) and LibGSF.
Also, take a look at this question.
AFAIK, MSG files use OLE2 file format.
Cheers.
Upvotes: 1