Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

how to read outlook mail using java

843834Jun 20 2008 — edited Jun 23 2008
Hi,

I am new to javamail ,
I want to read outlook mail using java

thanks

Edited by: My_Problems on Jun 20, 2008 11:13 AM

Comments

843834 Jun 20 2008
Hi!

See Java Api Msgparser in GNU General Public License...

A parser for .msg Files in Java :
[http://auxilii.com/msgparser/|http://auxilii.com/msgparser/]

Use POI... Apache POI - Java API To Access Microsoft Format Files...

regards,
DrClap Jun 20 2008
Or, if you really meant you wanted to read mail from your Exchange server in the same way that Outlook does, you just use ordinary JavaMail code (see the example programs that come with the JavaMail download) and point them at your Exchange SMTP server.
Bill Shannon-Oracle Jun 20 2008
If you really want to read the messages that Outlook has stored on your disk
(as opposed to the message in your Exchange mail server), search for "jmbox"
on the [JavaMail Third Party Products|http://java.sun.com/products/javamail/Third_Party.html] page.
843834 Jun 23 2008
thanks
1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 21 2008
Added on Jun 20 2008
4 comments
1,411 views