Results 1 to 2 of 2
- 03-24-2011, 08:58 PM #1
Member
- Join Date
- Feb 2008
- Posts
- 60
- Rep Power
- 0
How to read emails from exchange server (in msg format)???
Hello all,
I have a Java program that uses java mail API to connect to an exchange server, using POP3 protocol. By default when I use getMessage, it brings the messages in an EML format. What I'd like to do is to read email messages from the exchange server in MSG format.
Here's the portion of the code that reads messages, and I found out that it reads them in EML format. Please advise....
Message [] message = folder.getMessages();
Is there a way (or possibilly other APIs) to allow me to specify the format type as MSG?
Any help will be much appreciate.
Thanks.
- 03-28-2011, 06:48 AM #2
Member
- Join Date
- Mar 2011
- Posts
- 1
- Rep Power
- 0
Similar Threads
-
Foreign Exchange Developer NYC- Core Java, Swing, Server Side
By evanp in forum Jobs OfferedReplies: 2Last Post: 06-07-2012, 09:07 PM -
What device do you mostly use to read your emails ?
By Eranga in forum Forum LobbyReplies: 2Last Post: 03-12-2011, 12:28 AM -
Read Outlook PST File, Extract Messages & Save in MSG Format
By sherazam in forum Java SoftwareReplies: 0Last Post: 11-30-2010, 09:40 AM -
client/server messages exchange after 5 min
By dim_ath in forum Advanced JavaReplies: 2Last Post: 01-22-2008, 08:46 AM -
emails thru java
By marco in forum Java AppletsReplies: 1Last Post: 08-15-2007, 11:02 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks