Anybody knows how to do this?
I need to create a service that will connect to the exchange server and download the messages ever x minutes...
thanks!
Anybody knows how to do this?
I need to create a service that will connect to the exchange server and download the messages ever x minutes...
thanks!
You'll probably want to use WebDAV. Here's a good article on the subject
Also, here's the MSDN reference on the Exchange Store
Which version of Exchange Server are you using? If it's 2007, you could use the web service API. The FindItem method will let you access items in a specific folder.
Please visit http://www.aspose.com/documentation/.net-components/aspose.network-for-.net/managing-emails-on-exchange-server.html, if you are interested in using 3rd party libraries. Aspose.Network supports accessing emails from Exchange Server Inbox and save to file in eml or msg format.