Forum Discussion
aanandkarki
Mar 23, 2020Copper Contributor
Exchange Online NDR When the reoccurring outlook meeting is updated and sent
Can anyone help me to get the relevant information about following error and suggest the fix? Error: STOREDRV.Deliver.Exception:StoragePermanentException.MapiExceptionInvalidParameter; Failed to ...
manuphilip
May 24, 2020Brass Contributor
Hello aanandkarki ,
This issue occurs if the Clutter feature is enabled for the user but the Clutter folder is missing in the user’s mailbox.
To work around this issue, turn off Clutter for the user. To do this, use one of the following methods.
Method 1: Use Outlook on the web
- In Outlook on the web, click Settings in the upper-right corner.
- Click My app settings, click Mail, and then click Clutter.
- Clear the **Separate items identified as clutter **check box, and then click Save.
Method 2: Use Exchange Online PowerShell
Connect to Exchange Online by using PowerShell.
Run the following command:
Get-Mailbox user@contoso.com | Set-Clutter -Enable $false
Thanks,
Manu
Woonjas
Jul 29, 2020Copper Contributor
In our case, neither mailbox has clutter enabled.