Doctor_No7 Posted July 13, 2013 Share Posted July 13, 2013 Hello everyone , I'd like to know if there is some not too hard way to read/parse basic informations in a local file D:/Outlook/outlook.pst. I've check some imap informations such ashttp://uk3.php.net/manual/en/book.imap.php but I didn't find some easy way to get an email for example or i didn't get how to do it. They talk about imap_open opening local server... But how about a pst file? I guess after parsing won't be easy because .pst file might be not txt file... But do someone has also a clue... Thanks for help. Doctor_No7. www.desgensbien.com Quote Link to comment Share on other sites More sharing options...
kicken Posted July 13, 2013 Share Posted July 13, 2013 (edited) A quick google search doesnt seem to indicate anything already pre-written for parsing a PST file. I did find however this PDF on the PST File Format so you could try and write your own. Edited July 13, 2013 by kicken Quote Link to comment Share on other sites More sharing options...
Doctor_No7 Posted July 13, 2013 Author Share Posted July 13, 2013 Hi Kicken, Thanks for the document. With a quick view on the pdf, I just can say, I can't really use this doc... It's a bit too complicated for me... :-( !!! Whatever, thanks for the help. Doctor_No7. Quote Link to comment Share on other sites More sharing options...
Solution Doctor_No7 Posted July 13, 2013 Author Solution Share Posted July 13, 2013 In fact, It's going to be C++ dev with some microsoft SDK Here is a link for those who are interested : http://pstsdk.codeplex.com/ Cheers :-) !!! Doctor_No7. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.