views:

803

answers:

4

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!

+2  A: 

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

scottm
+2  A: 

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.

Geoff
A: 

Or again if its 2007 you can use powershell, hosted in a .net app

Sam Cogan
A: 

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.

Saqib Razzaq