opening PST files

  • Thread starter Thread starter Qoooba
  • Start date Start date
Q

Qoooba

could anyone help me with some piece of code
which opens *.pst file stored somewhere on a disk?
i need to get to the messages stored in this file

my task is actually to do it in java but if no one has a java code (for
example using JACOB or microsoft sdk) VB will be fine as well :-)

Thank in advance
 
Qoooba said:
could anyone help me with some piece of code
which opens *.pst file stored somewhere on a disk?
i need to get to the messages stored in this file

my task is actually to do it in java but if no one has a java code (for
example using JACOB or microsoft sdk) VB will be fine as well :-)

Thank in advance

the ONLY code that opens a pst file is that stored within outlook.exe.

AFAIK........
 
the ONLY code that opens a pst file is that stored within outlook.exe.

AFAIK........
I know that this format is protected by Microsoft but maybe it can be done
using some COM functions...
 
If you have Outlook, create a New Profile without any
email accounts. Once it is created Choose Data File and
Browse to your old PST file. If you don't have Outlook
you are SOOL.
Jason
 
Back
Top