Question

I am creating mobile client app for exchange server. I want to know that is there any way to differentiate between exchange default folders like RSS Feeds, News Feed, Quick Step Settings, Notes, Sync Issues, Inbox etc from user create folders. As the default folders can not be deleted I need to find a way restrict the deletion option for folders in my application ?

Was it helpful?

Solution

All the default folders have a DistinguishedFolderId in EWS or WellKnownFolderName in the EWS Managed API - not sure how it's surfaced in Java though. So you could let users delete folders so long as the folder was not a distinguished/well known folder.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top