Exchange 2010 EWS removal message

How do I delete emails in a mailbox using EWS?

Seems like there isn't much online for him?

I am planning an application and I need to know if this is possible and how to do it.

+2


a source to share


1 answer


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

+3


a source







All Articles