I am trying to find a way to access the associated public folder of a favorite folder. The goal is to move mails automatically to public folders. In the case where this folder has been defined as favorite, I would like to move the mail to this favorite folder for performance issues.
The related public folder path is simply visible on outlook in the favorite folder properties (right click on folder then properties/summary : the path of the public folder is shown there) but i can't find a way to access the information programmatically...
I would really appreciate your help!
Many Thanks,
Guillaume
I have used EWS to access the PR_FAV_PUBLIC_SOURCE_KEY by using the ExtendedPropertyDefinition
converting it to an entry id should bring you to the correct public folder. Details: http://social.technet.microsoft.com/Forums/de-DE/exchangesvrdevelopmentlegacy/thread/e75940c6-b53b-4260-b12c-6541e4ff8a69
And there are more favorite specific properties, like:
and