Forum Discussion
Search in outlook 2016 shared mailbox is not working
The search functionality has been routinely changing but this article shows what should work, https://techcommunity.microsoft.com/t5/outlook-global-customer-service/understanding-search-scopes-in-microsoft-outlook/ba-p/428841.
In my limited test I could search from my main mailbox with All Mailboxes scope and find results in the shared mailbox added as an additional account. Double check what your search scope is. Since the account was just added it might need some time to index.
|
Shared mailbox configuration |
Allowed Search Scopes |
Search Provider |
|
Added via Advanced tab with Download Shared Folders turned on |
Current Folder |
WDS |
|
Added via Advanced tab with Download Shared Folders turned off |
Current Folder; Subfolders; Current Mailbox* |
Exchange Search |
|
AutoMapped with Download Shared Folders turned on |
Current Folder |
WDS |
|
AutoMapped with Download Shared Folders turned off |
Current Folder; Subfolders; Current Mailbox |
Exchange Search |
|
Second Exchange account in cached mode |
Current Folder; Subfolders; All Outlook Items; Current Mailbox; All Mailboxes |
WDS |
|
Second Exchange account in online mode |
Current folder; Subfolders; All Outlook Items; Current Mailbox; All Mailboxes |
Exchange Search |
Thanks for helping out on this issue. I am still surprised a basic search doesn't include subfolders for shared mailboxes that are connected in Outlook via the default process (AutoMapped + download shared folders turned on). Also after raising a support ticket at Microsoft, the engineer acknowledged this is a 'known issue'.
Workaround A) provided is to disable 'download shared folders'. This way subfolders are included in the search result. I keep my fingers crossed Outlook keeps performing and won't stop responding when heavy used.
Workaround B) Otherwise I have to apply the other successfully tested workaround, but would have a higher impact on our users:
- cmdlet: Remove-MailboxPermission -Identity <shared mailbox> -User <user> -AccessRights FullAccess
- Remove shared mailbox connection from at users Outlook. (be patient until it disappears)
- cmdlet Add-MailboxPermission -Identity <shared mailbox> -User <user> -AccessRights FullAccess -AutoMapping $false
- Wait a while and Start users Outlook and connect mailbox via new account, but be sure to choose 'login with other account' and using the users credentials and MFA.
- Restart Outlook and WAIT after the folder/client error when trying to open the shared mailbox.
- Keep fingers crossed after a while the shared mailbox magically opens up 😉
Hopefully this will help others, since it took me a whole day to believe this is true..
If you are reading this, please vote on the UserVoice because I am shocked it currently only has 40 votes.. https://outlook.uservoice.com/forums/322590-outlook-for-windows-desktop-application/suggestions/36925879-do-search-in-folder-and-subfolders-when-shared-ma
- Jason GrimmeSep 16, 2020Copper Contributor
Eddy_Veldboer agreed, we have about 400 shared mailboxes used by around 1000 people all over the globe, and we just standardized on automounting all shared mailboxes, caching shared content, and not allowing users to add mailboxes to their MAPI profile outside of automounting. We're still onprem and planning a move to the cloud and wanted to have a predictable, supportable experience.
Now we're being inundated with complaints about searching being broken, and turns out deploying what's been noted as the 'best practice' breaks a very simple, critical function. It's frustrating that the server has a fully built out index of the database sitting there and the clients don't just reach on and use it.
I've voted on the topic as well, any idea what something has to get to for it to have any traction or attention?
- VipulSAug 27, 2020Copper Contributor
I tried workaround A and disabled 'download shared folders' and it worked. thanks.