Reputation: 119
When working with MS Exchange folders, particularly through EWS, everything hinges on the folderid which can be implicit or explicit. Once the program obtains the explicit folderid, that ID identifies both the mailbox and the folder in that mailbox. My assumption here is that the mailbox portion has to be encoded in the folder id, and (call it naivety) I believe anything encoded has to be decodable.
Has anyone attempted or succeeded in creating a utility that given a folderid would return the mailbox and folder name?
Upvotes: 1
Views: 128
Reputation: 2883
The folder ID is intended to be opaque to the app. We don't recommend you decoding it to figure out mailbox or folder name. Thanks.
Upvotes: 1