User214117797 posted
How to connect to Microsoft Exchange server using ASP.NET code. Can i read the Mailbox of a User by passing his Exchange server name and Credentials?
Can you suggest some articels or code sampels regarding this?
You can use WEBDAV to send HTTP POST requests to the Exchange server and in the request message contain actions on how to interact with Exchange, like checking inbox of certain accounts, CRUD capabilties along with calendar.
http://blog.mbcharbonneau.com/2006/10/26/using-net-and-webdav-to-access-an-exchange-server/
http://msdn.microsoft.com/en-us/library/aa123571(EXCHG.65).aspx
http://blogs.msdn.com/webdav_101/archive/2008/03/12/howto-webdav-propfind-using-vb-net.aspx