...
For advanced users, a lot of background information to the issue can be found here: https://stackoverflow.com/questions/13102116/access-denied-for-localstorage-in-ie10
Solution
...
Solutions
we have two ways here Clear Registry Cache and Set integrity level are recommended.
Info |
---|
There might be different reasons for the issue, so please try the following steps one by one and check if it is working again |
Solution: Clear Registry Cache
...
Close Outlook
Open a command line - cmd (make sure to notrun as administrator)
Run the following command to set the integrity level for the AppData/LocalLow correctly to "Low"
Code Block |
---|
icacls %userprofile%\Appdata\LocalLow /t /setintegritylevel (OI)(CI) |
...
Restart Outlook and check if it works.
...