Using classic Outlook for Windows in business environments
Hi @Jon ,
However we can only see the root inbox, none of the subfolders.
Please run the command below and check the InheritanceType parameter granted for your admin account:
Get-MailboxPermission -Identity <MailboxIdentity> -User <DelegateIdentity> | fl
If it is NOT set to All, then you may need to remove and then re-add the permissions using:
Add-MailboxPermission -Identity <MailboxIdentity> -User <DelegateIdentity> -AccessRights FullAccess -InheritanceType All [-AutoMapping $false]
Reference: Add-MailboxPermission
Additionally, the Clean up options are grayed out, and hovering over them brings back a message that...
Is the user's mailbox added via automapping? If this is the case, then it could be an expected behavior and I can reproduce it in my lab:
Based on my research and test, please disable the automapping(-AutoMapping $false) and then add the shared account as a separate mailbox(cached mode) instead via File > Add Account. Since the admin account has been granted the full access permission, he can just enter the user mailbox's email address when adding the account, and then when prompted for credentials, type his own's username and password. I've tested by adding a shared account as a secondary mailbox and it worked in my side.
For the detailed steps, you can refer to: Adding an additional or shared mailbox from the same Exchange organization to Outlook
Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
Or you can check the steps provided in the Answer of this thread to add the shared account in a new profile.
Hopefully you can find it helpful. Should there is anything unclear, just feel free to let me know.
If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.