In newer Microsoft Outlook versions it is no longer possible to retrieve additional emails in cache mode for shared mailboxes. Instead, the following message appears at the end of the email list:
There are more items in this folder on the server.
Connect to the server to view them
In personal mailboxes, the option to retrieve more items from the server is instead provided.
There are more items in this folder on the server.
Click here to view more information about Microsoft Exchange
Workaround
Because it is not always practical to simply enable cache mode for all mailbox data in all shared mailboxes, I looked for a workaround. Many people recommend not caching shared mailboxes at all. If possible, however, I would still cache them for at least a certain period of time.
Note: In some environments this approach does not work and no link to display all items is shown. The cause is currently unclear to me.
In short, the approach is as follows:
- Disable AutoMapping for the mailbox. To do this, the permission on the mailbox must be removed and then granted again with the additional parameter
-AutoMapping:$falsevia PowerShell. After that, wait 1 hour for the permission to become active. - Add the shared mailbox as an additional account, not as a shared mailbox.
- When entering the credentials, sign in with the user’s credentials (not with the shared mailbox email address).
- Restart Outlook.
- The cache period can now be configured separately for the shared mailbox. Retrieval of data beyond the cache period is possible.
1. Disable AutoMapping
Using Exchange Online PowerShell, first remove the FullAccess permission, then assign it again with the additional parameter -AutoMapping:$false. In this example, the shared mailbox is called MyShared-Mailbox and the user with full access is andreas.dieckmann. I am assuming an Exchange Online environment here.
| |
Now wait 1 hour for the permission to become active.
2. Add the shared mailbox as an additional account
Add a new account, for example via “File” -> “Account Settings” -> “Account Settings…” -> “New…”. Enter the email address and click “Connect”.
3. Enter the user’s credentials
In the authentication dialog, remove the email address of the shared mailbox and enter the email address of the user instead. If you are already asked for the password of the shared mailbox, click “Sign in with a different account”.
4. Restart Outlook
Exit Outlook and restart it.
5. Set the cache period
The cache period is now separately configurable in the account settings. If you change the period, you must restart Outlook again.
Result
After that, retrieving emails should be possible if they are older than the cache period. To do this, click “Click here to view more information about Microsoft Exchange”.
Conclusion
I am fairly happy with this workaround. I am not aware of a really good way to automate it. I also have at least one tenant where the setting does not work. In that case the shared mailbox is added as an additional account, but retrieving non-cached emails is still not possible.









