PST file structure

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am looking for help on parsing out the PST file...
We need to be able to, in an automated fashion, return the information
within the file and port it into a database. We need to be able to read the
file, the emails and extract the attachements all while maintaining the
locationality of it within the PST.

Advice/guidance on this would be appreciated.
 
Grmschlr said:
I am looking for help on parsing out the PST file...

Perhaps a non-disclosure agreement with Microsoft will facilitate that.
 
I am looking for help on parsing out the PST file...
We need to be able to, in an automated fashion, return the information
within the file and port it into a database. We need to be able to read the
file, the emails and extract the attachements all while maintaining the
locationality of it within the PST.

Advice/guidance on this would be appreciated.

You're better off using Extended MAPI to do this, rather than trying to
read the file directly yourself.
 
Brian Tillman said:
Perhaps a non-disclosure agreement with Microsoft will facilitate that.


Not clear on how to do that, didn't get any help from the Support lines
other than them helping me to get rid of some money.
 
Brian's point, in case you missed it, is that information on the .pst file
structure is quite simply unavailable. You need to use one of the available
programming libraries to access it.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top