Issue:
User does not have correct public folder permissions
Solution:
Use of Exchange Management Shell (Run as administrator)
Method:
- Run Exchange Management Shell as administrator,
- Syntax of the command is:
Add-PublicFolderClientPermission -Identity “public folder name” -AccessRights Owner -User username - Access Rights options are:
- none
- Owner
- PublishingEditor
- Editor
- PublishingAuthor
- Author
- Non-EditingAuthor
- Reviewer
- Contributor
Links: