my dog learned polymorphism
The moose likes Blatant Advertising and the fly likes Reading the Email Address from Microsoft Outlook .pst file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Other » Blatant Advertising
Reply Bookmark "Reading the Email Address from Microsoft Outlook .pst file" Watch "Reading the Email Address from Microsoft Outlook .pst file" New topic
Author

Reading the Email Address from Microsoft Outlook .pst file

R . Ravi Kumar
Greenhorn

Joined: Sep 25, 2004
Posts: 6
Hi,

In my application i want to read the email address from the .pst file. is there any way to read the .pst file through java code?.

Thanks.
Developer Star
Greenhorn

Joined: Jan 16, 2011
Posts: 1
I think that the solution given here might be what you are looking for:

http://www.independentsoft.de/jpst/index.html
Saqib Razzaq
Greenhorn

Joined: May 05, 2011
Posts: 2
Hi Ravi,

The PST files contain message, contact, appointment and other items. From which item do you want to read the email address?

You can use Aspose.Network for Java to parse the PST file and read the items inside. Please also refer to the following pages in our documentation that will help you read the PST and get the message/contact information.

  • Read PST file and extract messages in MSG format
  • Read PST file and get contacts information


  • Disclosure: I work as Technical Evangelist at Aspose.
     
    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 the Email Address from Microsoft Outlook .pst file
     
    Similar Threads
    New email address
    Reading a MS Outlook .pst file using Java
    Auto Detecting Email Message File Format & Support for EMLX Format
    Reading .pst file
    Read Outlook PST File, Extract Messages & Save in MSG Format