Reading Emails From Exchange Server Without Pop3
807589Nov 13 2008 — edited Nov 13 2008I would like to read emails from exchange server without using pop3. All examples which I found from google contain pop3. I want to read emails which come to a specific account like xxx@example.com.
How can I write a program to read emails from exchange server and remove them without pop3 in Java?