Praneel PIDIKITI
Praneel PIDIKITI

Reputation: 19537

access outlook mail server using java

I want to access my enterprise outlook account mounted on a server using java program.. already tried JAMES.. but it does not look to be the right option.. any suggestions (using java)

Upvotes: 0

Views: 996

Answers (1)

Patrick
Patrick

Reputation: 3759

Did you try the JavaMail API? It has different options to connect to an Exchange server: http://java.sun.com/products/javamail/Third_Party.html

Upvotes: 1

Related Questions