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.
|
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.
| ||||
|
feedback
|
|
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 | |||
feedback
|
|
There sia step by step guide on deleting mail from multiple mailboxes on techieshelp http://www.techieshelp.com/delete-mail-from-multiple-mailboxes/ | |||
|
feedback
|