Hi @Josef Mouri ,
User has full access to this Mailbox. So to make that clear, the user is not logged in to this other mailbox, but has it added as she has full access to it
Is the mailbox (E-mail B) added automatically via automapping? If this is the case, I'd recommend trying to remove automapping of the mailbox, then add E-mail B as a secondary mailbox in the user's Outlook and check the result.
- Run the command below to remove full access and then add it back with AutoMapping disabled:
Remove-MailboxPermission -Identity <E-mail B> -User <E-mail A> -AccessRights FullAccess
Add-MailboxPermission -Identity <E-mail B> -User <E-mail A> -AccessRights FullAccess -AutoMapping $false
- Add E-mail B as an additional account in Outlook.
Go to File > Add Account, type the email address of E-mail B, press the Connect button. When you are prompted to enter the credentials, input the account and password of E-mail A to pass the authentication. Detailed steps you can refer to How to add a shared mailbox as additional account in 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.)
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 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.