We are using Rebex Exchange Web Services to access client mailboxes. Using EWS natively, you can access Public Folders (I've been told). How can we achieve the same using Rebex's offering for Exchange Web Services.
UPDATE
EWS client including Public folders support has been released as part of Rebex Secure Mail version 2016 R1. For more details see our blogpost.
Hi, here is a new beta build with the Public Folders support. It is accessible as a EwsFolder, so basically Ews.GetFolderInfo(EwsFolderId.PublicFoldersRoot) or Ews.GetFolderId(EwsSpecialFolder.PublicFoldersRoot) are start points to go. Please note that you have to have correct access rights on your Exchange server to access the Public Folders.
Ews.GetFolderInfo(EwsFolderId.PublicFoldersRoot)
Ews.GetFolderId(EwsSpecialFolder.PublicFoldersRoot)
Please note that since we are still working on the EWS support in Rebex Secure Mail component, the API is slightly changed from the build published on our labs page. Search support is also added in this build, but not fully tested. If you have licence to Rebex Secure Mail and want to use non-trial version of this beta build, please let us know on support@rebex.net .
Welcome to Q&A forum for C# and VB.NET developers working with following .NET components:
Applications:
If you need immediate assistance, please contact us directly.