How do I delete email messages in a mailbox using EWS?

There doesn't seem to be much online for it?

I'm planning an application and I need to know if it's possible and how to do it.

link|improve this question

79% accept rate
feedback

2 Answers

up vote 1 down vote accepted

The Item class has a Delete method. You can open the message and then delete it.

http://msdn.microsoft.com/en-us/library/microsoft.exchange.webservices.data.item.delete.aspx

link|improve this answer
Excellent thank you. I'm still waiting for my Exchange 2010 to be configured for me to develop against but this is key to my application. Thanks for the reply. – Mike Mengell May 12 '10 at 10:06
feedback

There sia step by step guide on deleting mail from multiple mailboxes on techieshelp

http://www.techieshelp.com/delete-mail-from-multiple-mailboxes/

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.