aspose file tools
The moose likes Java in General and the fly likes Reading a MS Outlook .pst  file using Java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Reading a MS Outlook .pst  file using Java" Watch "Reading a MS Outlook .pst  file using Java" New topic
Author

Reading a MS Outlook .pst file using Java

Satyashree Mahapatra
Greenhorn

Joined: Jul 18, 2000
Posts: 10
Hi,
Can I read a MS Outlook file basically a ".pst" file using Java ? We have a need to create an application which can parse a ".pst" file and search for a particular keyword(s).
Thanks
Satya
Cindy Glass
"The Hood"
Sheriff

Joined: Sep 29, 2000
Posts: 8521
You will need to use some Microsoft DLL files to get through the formatting problems. Unfortunately I don't know which ones.


"JavaRanch, where the deer and the Certified play" - David O'Meara
Jeroen Wenting
Ranch Hand

Joined: Oct 12, 2000
Posts: 5093
Must it be Java? You can easily control Outlook (or indeed all of MS Office through VBScript using ActiveX controls.
An article on automating Outlook 97 (Outlook 2000 works similarly) from Delphi is given at: http://www.delphimag.com/features/1999/09/di199909bt_f/di199909bt_f.asp
the concepts should be portable to other languages.


42
Jeramie Maratas
Greenhorn

Joined: Mar 16, 2004
Posts: 13
Hi Satyashree,
Were you able to figure out a solution to your problem? Im having the same dilemma. I'd appreciate it if you can share your insights with me.
Thanks in advance!


Best Regards,
Jen
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Reading a MS Outlook .pst file using Java
 
Similar Threads
opening ms outlook from java application
Reading .pst file
how to read pst files in java
Reading the Email Address from Microsoft Outlook .pst file
Read Outlook PST File, Extract Messages & Save in MSG Format