Forum Discussion
Outlook cache mode set to download 3 months of emails
Hi ladies and gents,
We have a requirement to set Outlook cache mode set to download 3 months of emails.
The environment consists of Exchange Online, Intune and M365 and the devices are cloud native Win 11.
Could you please advise the best way to achieve this. GPO is not an option, and Intune does not have a policy for this.
1 Reply
- Bogdan_GuineaIron Contributor
Hy,
It looks like this was possible only via Adm. Templates, they are retired at this moment.
Was able to find only via OMA-URI:./User/Vendor/MSFT/Policy/Config/Outlk16~Policy~L_MicrosoftOfficeOutlook~L_ToolsAccounts~L_Exchangesettings~L_CachedExchangeMode/L_CachedExchangeModeSyncSlider
Value:
<enabled/>
<data id="L\_SelectCachedExchangeModeSyncSettings" value="3"/>
https://www.reddit.com/r/Intune/comments/t0r34d/need_some_help_to_understand_admx_with_outlook/
It is likely possible to configure this setting using an XML file as part of the initial deployment.
Under https://config.office.com/ i was not able to find nothing.
Good luck!