| Author |
Java API for Exchange Server
|
Pol Appan
Ranch Hand
Joined: Aug 26, 2004
Posts: 144
|
|
Hello, Is it possible using any Java API to access a exchangefolder and read the emails, fetch the contents and store it in Oracle database? Thanks
|
Never take anything for granted because you never know when you will lose it
|
 |
Lanny Gilbert
Ranch Hand
Joined: Jun 11, 2002
Posts: 103
|
|
If the exchange server is configured for POP3, SMTP, IMAP4, then you can use the JavaMail API and treat it like any other mail server. then, you can use JDBC to write whatever data you retrieve to the DB. Hope this helps!
|
 |
Pol Appan
Ranch Hand
Joined: Aug 26, 2004
Posts: 144
|
|
Ok, I only require to read a folder which contains emails being filtered by the mail administrator.
|
 |
Pol Appan
Ranch Hand
Joined: Aug 26, 2004
Posts: 144
|
|
Hello, Could you kindly provide some insight into how to connect to a folder in the exchange?
|
 |
 |
|
|
subject: Java API for Exchange Server
|
|
|