Forum Discussion
Brent Ellis
Feb 06, 2017Silver Contributor
What would make a Shared Mailbox NOT show up in Outlook (2016, ProPlus C2R)?
What setting would make a Shared Mailbox NOT show up for a user?
User is using Office 365 ProPlus (click to run), version 2016 (first release deferred channel).
- Imran KhanCopper Contributor
I just had the issue where shared mailbox will not show up in outlook. Upon checking the settings in Office 365 admin portal (Activ Users/Mail Settings/Email Apps) the MAPI and IMAP settings were disabled. After enabling, and restarting the outlook few times, shared folder became available.
- Abdul FarooqueBrass ContributorHi
if you want a Shared Mailbox not to appear in outlook, you need to disable auto mapping.
Connect power shell and run the command below.
Add-MailboxPermission -Identity spercoco@techsupporto365 -User 'alex' -AccessRights FullAccess -InheritanceType All -AutoMapping $false Hiya,
If you are seeing the shared mailbox automatically add itself to the user with permissions Outlook profile, then it is being auto mapped. This is the default either via the portal or via PowerShell.
To remove auto mapping, remove and re-add the permission using PowerShell. This article here takes you through the process:
How to remove automapping for a shared mailbox in Office 365
Steve
(By the way, if you are asking about the other way around, i.e. why isn't it automatically mapping) then the first point of call is to remove and re-add the permission. For example, if you move a mailbox from on-premises, this could explain why although it kept the permission auto mapping isn't working.
- Brent EllisSilver ContributorOption 2 is what I am asking about, permission has been removed and re-added a few times now (over the course of a few days). It works for other people, including myself.
I am curious if it is a setting perhaps, but before we go digging around his computer and Outlook settings, would like to know what we should be looking for.