Forum Discussion
User receiving appointments acceptances from a shared mailbox calendar without having access
Hi surajbudhani,
Thank you for your suggestion. I never used MFCMAPI, do I need to have full access to this mailbox to check the "rules table"?
Is this something you can check also with Powershell?
I will have a look at that and get back to you.
Many thanks!
Francesco
You wont be able to check this using PowerShell. You will have to configure the shared mailbox in Outlook online mode with full access permission and use MFCMAPI to check this. I have shared the download link in the previous reply.
On MFCMAPI >> Click on Tools >> Options >> Make sure the following two options are checked
After that:
On MFCMAPI Click on Session >> Login >> Select the profile >>Double Click on the Profile >> Root Container >> Top of Information Store >> Inbox.
Right click “Inbox” > “Open Tables” > "Open Rules Table" and check for any rules with blank name where the value of PR_RULE_PROVIDER is "SCHEDULE+ EMS Interface" and delete it
Once done, send a test invite to the shared mailbox and check if the impacted user is still receiving a notification. Let me know if it works.
- fstorerOct 11, 2021Brass Contributor
So I need to create a different profile in outlook just for the shared mailbox and also assign a password in order to access it?
- fstorerMay 09, 2022Brass Contributor
Hello,
Just a quick post to inform the community that I was able to fix my issue thanks to a https://supertekboy.com/2021/07/21/former-calendar-delegate-still-receives-meeting-notifications/ by Gareth Gudger. When you search the web for this issue, you find a lot of articles pointing to MFCMAPI but all you need is just PowerShell 😉
The delegate hidden rule redirecting to the user has now been cleaned up.
I hope this can help other people with the same issue.
Thank you @Gareth Gudger, you made my day!
- JanasrsSep 21, 2023Copper Contributor
Never mind, I neglected to access the link you provided.
It sounded like this would help to resolve our issue, but none of the provided tests provided a resolution.