Posted By:
Laurent_Mihalkovic
Posted On:
Monday, February 18, 2002 12:46 PM
JavaMail is the api, but which provider are you using? These are the providers that come with the API:
IMAP - a message Store protocol, for reading messages from a server
SMTP - a message Transport protocol, for sending messages to a server
POP3 - a message Store protocol, for reading messages from a server
I have used the IMAP and POP3 providers to access an exchange server in the past without any trouble. Check with the server admninistrator that the matching connector is running, and that you have the proper credentials. (if your choice is POP3 for example, use eudora with the same login/pwd to check that everything is configured properly)