I am looking for suggestion on how I can connect to Exchange 2007/2010 with .net and delete all items in a give mailbox.

Thanks

link|improve this question

Connecting to the server using IMAP should work. If you want help you need to at least attempt it. – Ramhound May 9 '11 at 15:23
feedback

1 Answer

up vote 0 down vote accepted

You can connect via EWS if you're running OWA. If you use the Microsoft.Exchange.WebServices.Data namespace there's a "lot" of thing's you can do with little code. Plenty of information on the net too.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.