You see an error stating Outlook is unable to display the folder properties when trying to manage permissions for a shared mailbox. This prevents you from changing who can access the folder. The error occurs due to permission conflicts or a corrupted local mailbox copy. This article explains the root cause and provides steps to resolve the access issue.
Key Takeaways: Fixing the Folder Properties Error
- File > Account Settings > Account Settings > Change > More Settings > Advanced: Use this path to remove and re-add the shared mailbox to your profile, which refreshes local permissions.
- Control Panel > Programs > Programs and Features > Microsoft Office > Change > Quick Repair: Runs an Office repair to fix corrupted program files that can cause property dialog failures.
- Outlook Safe Mode (Run > outlook.exe /safe): Starts Outlook without add-ins to determine if a third-party tool is blocking the folder properties window.
Why the Folder Properties Dialog Fails for Shared Mailboxes
This specific error appears because Outlook cannot retrieve or apply the permission settings from the server for that folder. The most common technical cause is a mismatch between the permissions cached locally on your computer and the actual permissions on the Microsoft 365 server. When you try to open the properties dialog, Outlook requests the current settings. If the cached information is outdated or corrupted, the request fails and generates the error.
Another frequent cause is insufficient delegate permissions on the shared mailbox itself. You may have full access to read and send mail, but the “Folder Visible” or specific “Edit” permissions might be missing at the root folder level. Without these, Outlook cannot enumerate the folder structure to display its properties. Conflicts with COM add-ins can also interfere, as some add-ins hook into dialog boxes and may prevent them from loading correctly for non-primary mailboxes.
Steps to Regain Access to Shared Mailbox Folder Properties
- Verify Your Permissions on the Server
Contact the shared mailbox owner or your IT administrator. Ask them to confirm in the Microsoft 365 admin center that your account has at least “Reviewer” permissions on the root of the shared mailbox, which includes the “Folder Visible” right. This is a prerequisite for the properties dialog to function. - Remove and Re-add the Shared Mailbox
In Outlook, go to File > Account Settings > Account Settings. Select your primary email account and click Change. On the next screen, click More Settings, then go to the Advanced tab. In the “Open these additional mailboxes” list, select the problematic shared mailbox and click Remove. Click OK, then Next, and Finish. Close the windows, then re-add the shared mailbox by following the same path and clicking Add. - Start Outlook in Safe Mode
Close Outlook completely. Press Windows Key + R to open the Run dialog, typeoutlook.exe /safe, and press Enter. In Safe Mode, navigate to the shared mailbox and try to open the folder properties. If it works, a third-party add-in is the cause. Disable add-ins via File > Options > Add-ins, then re-enable them one by one to find the culprit. - Run a Quick Repair on Microsoft Office
Close all Office applications. Open the Windows Control Panel and go to Programs > Programs and Features. Find your Microsoft 365 or Office installation in the list, select it, and click Change. Choose “Quick Repair” and click Repair. Follow the prompts and restart your computer. This fixes corrupted program files that may be breaking the properties dialog. - Create a New Outlook Profile
As a last resort, create a fresh profile. Go to Control Panel > Mail (32-bit) > Show Profiles. Click Add, enter a name for the new profile, and set up your primary and shared mailboxes again. This gives you a clean local cache and often resolves persistent permission errors.
If the Main Fix Does Not Resolve the Error
Error Persists After Re-adding the Mailbox
If the error continues, the issue may be with the shared mailbox object on the server. The administrator should check if the mailbox is under a litigation hold or has single item recovery enabled, as these can sometimes lock certain properties. They can also use the Exchange Online PowerShell command Remove-MailboxPermission and then re-add your permissions from scratch.
Outlook Crashes When Clicking Folder Properties
A full crash suggests a deeper corruption in your Outlook data file. Use the Inbox Repair tool (scanpst.exe) on your primary OST or PST file. You can find its location by searching for SCANPST.EXE. Run the tool, select your data file, and start the repair. Afterward, restart Outlook.
Properties Open but Permissions Tab is Missing
If the dialog opens but lacks the Permissions tab, you are accessing the mailbox in Online Mode. Switch to Cached Exchange Mode for the shared mailbox. Go to File > Account Settings > Account Settings, double-click your account, and click More Settings. On the Advanced tab, ensure “Download Shared Folders” is checked under Cached Exchange Mode Settings.
Shared Mailbox Access Methods: Comparison
| Item | Automapping (Default) | Manual Addition via Advanced Settings |
|---|---|---|
| Setup Method | Automatic after permission is granted in admin center | Manual entry in File > Account Settings > Change > More Settings > Advanced |
| Folder Properties Error Frequency | More common due to automatic permission caching issues | Less common, as manual setup often forces a fresh permission pull |
| Best For | General user access where automatic setup is preferred | Troubleshooting scenarios or when automapping fails |
| Removal Process | Admin must remove mailbox permission in admin center | User can remove from the Advanced tab in Outlook settings |
You can now manage permissions for shared mailboxes by resolving the folder properties error. Try switching from automapping to manual mailbox addition if the problem returns. For persistent issues, ask your administrator to run the Test-MailboxPermission PowerShell cmdlet to diagnose server-side permission problems directly.