Reputation: 97
I can't find documentation over the web about how to retrieve folders created by users using exchange webservice. I can get all known folders or a folder by name, but i wish to get only inbox and user defined folders.
How to do this without having to compare each folder from WellKnownFolderName enum?
Upvotes: 1
Views: 340
Reputation: 1658
Comparing against the WellKnownFolderName enum really is the only way to do it. There is no property you can check to see if it's a user defined folder.
Upvotes: 1