Hi @CalG
Welcome to our forum!
Here are some possible reasons and fixes for this issue:
Possible Reasons:
- Incorrect Configuration: The shared mailboxes might not be configured correctly, causing sent items to be saved in the wrong folder.
- 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.
- Outlook Settings: The settings in Outlook might be causing the sent items to be saved in the wrong folder.
Possible Fixes:
- 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 - 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.
- 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.