Share via

Shared mailbox sent items showing up in different shared mailbox sent items

CalG 0 Reputation points
2024-10-21T19:07:13.7966667+00:00

Colleague is having an issue with their shared mailbox.
We found that over the weekend, the Sent Items folder in Shared Mailbox A is showing Sent Items from Shared Mailbox B. How is this possible? What possible fixes can we do?

I assign shared mailbox access to my colleagues through Active Directory Administrative Center.

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
Outlook | Windows | Classic Outlook for Windows | For business

1 answer

Sort by: Most helpful
  1. Anonymous
    2024-10-22T02:29:42.8066667+00:00

    Hi @CalG

    Welcome to our forum!

    Here are some possible reasons and fixes for this issue:

    Possible Reasons:

    1. Incorrect Configuration: The shared mailboxes might not be configured correctly, causing sent items to be saved in the wrong folder.
    2. Permissions Issue: There might be a permissions issue where the sent items are not being saved in the correct mailbox due to incorrect permissions settings.
    3. Outlook Settings: The settings in Outlook might be causing the sent items to be saved in the wrong folder.

    Possible Fixes:

    1. Check Mailbox Configuration: Ensure that the shared mailboxes are configured correctly. You can use Exchange PowerShell to check and configure the settings. For example, you can use the following cmdlets to ensure that sent items are saved in the correct folder:
         
         Set-Mailbox <mailbox name> -MessageCopyForSentAsEnabled $True
         Set-Mailbox <mailbox name> -MessageCopyForSendOnBehalfEnabled $True
      
    2. Verify Permissions: Make sure that the permissions for the shared mailboxes are set correctly. You can do this through the Active Directory Administrative Center or using Exchange PowerShell.
    3. Outlook Settings: Check the settings in Outlook to ensure that sent items are being saved in the correct folder. You can follow the steps in this Microsoft Learn article for more details on how to configure these settings

    If the issue persists, you might want to check the audit logs to see if there are any anomalies or errors that could be causing this issue. You can use the audit log search tool in the Microsoft Purview compliance portal to do this.

    Hope it helps! 


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".  

    Note: Please follow the steps in our [documentation] to enable e-mail notifications if you want to receive the related email notification for this thread. 


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.