Forum Discussion

fstorer's avatar
fstorer
Brass Contributor
Oct 08, 2021

User receiving appointments acceptances from a shared mailbox calendar without having access

Hello everyone,

 

We have a user who was once a member of a shared mailbox. He had full access to this mailbox and its calendar. Lately he has been removed because he doesn't need access to the shared mailbox any longer. If I check the mailboxpermission and the mailboxfolderpermission with PowerShell, his name doesn't appear on the users' list. However, he is receiving all the appointments' acceptances from that shared mailbox's calendar on his personal mailbox. It's quite annoying for him, as these confirmation messages can be 20-30 every day. I am not sure where to look to avoid this, he shouldn't receive any email from that shared mailbox. 

Could you please advise on this matter?

Many thanks in advance for your help!

 

Francesco   

  • In an ideal situation, if the user is not added as a delegate to the shared mailbox he/she should not be receiving the updates.

    If the user is still receiving the updates this could be because of a corrupt rule. I will recommend you to first take a backup of all the rules and list of delegates.

    Using MFCMAPI Go to >> 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
    • fstorer's avatar
      fstorer
      Brass Contributor

      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 

      • surajbudhani's avatar
        surajbudhani
        Icon for Microsoft rankMicrosoft

        fstorer 

        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.

  • He's probably still listed as delegate, check via Get-CalendarProcessing and Get-MailboxFolderPermission on the Calendar folder.
    • fstorer's avatar
      fstorer
      Brass Contributor

      Hi VasilMichev

       

      Many thanks for your reply.

      I have already checked the MailboxFolderPermission on the Calendar folder and this person doesn't appear in the list (there are only the Default and the Anonymous users).
      I tried with the

      Get-CalendarProcessing -Identity <sharedmailboxname> | Format-List

       but couldn't find any information about delegates. I noticed that there is a property called "ResourceDelegates", but if I run

      (Get-CalendarProcessing -Identity <sharedmailboxname>).ResourceDelegates

      I don't get any results.

      I also tried the new switch parameter "ResetDelegateUserCollection"

      Remove-MailboxFolderPermission -Identity "<sharedmailboxname>:\Calendar" -ResetDelegateUserCollection

      but it didn't work, the user is still receiving the appointments acceptances.

      It looks like his name is hidden somewhere but I can't find it. I checked also the Exchange Online Admin Center but to no avail.

      Any other ideas?

      Many thanks

       

      Francesco

Resources