Howdy Ranchers,
I have a requirement which involves reading a mailbox on microsoft
exchange server. I know micrsoft exchange server supports POP3 protocol.
But i am not able to figure it out how to read message in inbox folder of the mailbox.
what all information i know is :
servername:
http://<server>/exchange
username: <username>
password: <pwd>
I even checked webDav implementation but did not find anything about reading mail from mailbox.
Any pointer or sample code to achieve this would be helpful.