Reputation: 19537
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
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