I would like to write a program on Objective-C to read Outlook .pst files. Is there any MAPI provider or OLEDB connection strings that I can use with Objective-C on OSX?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
MAPI Provider on OSX – Not that I’m aware of
OLEDB connection on OSX – Not that I’m aware of
(If either of these things existed, I’d most likely be aware of them)
Your best bet is to use pstsdk (official Microsoft project) or fairport (my fork since leaving Microsoft) to read the files. They’re cross platform header only libraries to read PST files.