Goppinath
Goppinath

Reputation: 10739

How to open ".msg" (Microsoft Outlook Message) file in Objective-C or in C++

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

Answers (1)

EerieNight
EerieNight

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

Related Questions