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
posted
0
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
posted
0
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
posted
0
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