Forum Discussion
Exchange Online NDR When the reoccurring outlook meeting is updated and sent
9 Replies
- William LampertBrass Contributor
aanandkarki Just ran into this same error and issue. Just googled and found this post. Similar situation, user created this reoccurring meeting, originally invited 3 users. User just modified one of the meeting dates (not the series), and removed an old user and sent out the update. She only receives that bounceback email error for one user. Resolution was modified meeting for just that one, removed the user > Saved meeting >remodified the same meeting and re-added the user and it sent out fine and saw it went on the users calendar without the bounceback.
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
- WoonjasCopper ContributorIn our case, neither mailbox has clutter enabled.
- AshkbBrass Contributor
It seems the meeting was created before migration. However, I am not sure if this will work, but you can try Meeting update Tool :https://support.office.com/en-us/article/Meeting-Update-Tool-for-Skype-for-Business-and-Lync-2b525fe6-ed0f-4331-b533-c31546fcf4d4
- aanandkarkiCopper Contributor
- moerderinCopper Contributor
aanandkarki, Did you figure out this issue? We're having the exact same one as you.
- aanandkarkiCopper Contributor
Nope I could not find the root cause but as a work around, I have removed the groups from the Meeting requests and cleared the cache and then resolved the name directly from GAL and sent the updated/modified request which fixed the issue.
I think it has something to do with DL membership caching.
- wad11656Copper Contributor
aanandkarki wrote:Nope I could not find the root cause but as a work around, I have removed the groups from the Meeting requests and cleared the cache and then resolved the name directly from GAL and sent the updated/modified request which fixed the issue.
I think it has something to do with DL membership caching.
Too bad seemingly the only sure-fire solution on Google for this "Cannot modify recipients" error is complete Greek to me. Could some kind soul transcribe aanandkarki's comment into a step-by-step? Based on the email headers in my case, it seems the only recipients are 2 individuals; no "group" involved?
...To: Bob LastName <email@domain.com>, Sally LastName <email@domain.com>Subject: Bob LastName - Meeting Thread-Topic: Bob LastName - Meeting Thread-Index: [alphanumeric string]/[alphanumeric string]-MS-Exchange-Calendar-Originator-Id: [alphanumeric string];/o=ExchangeLabs/ou=Exchange Administrative Group ([alphanumeric string])/cn=Recipients/...
Edit: Oh...well, actually, manuphilip might have helped me--the user's account had Clutter enabled. I just disabled it via Exchange Online Powershell. We will see