After configuration, test that sent items are properly saved to the shared mailbox. The changes may take up to 60 minutes to replicate fully across Exchange Online.
First, check the replication status by re-running the configuration check:
Get-Mailbox -Identity "shared@contoso.com" | Select-Object DisplayName, MessageCopyForSentAsEnabled, MessageCopyForSendOnBehalfEnabled
To test the functionality:
- Have a user with Send As or Send On Behalf Of permissions open Outlook
- Compose a new email using the shared mailbox as the "From" address
- Send the email to a test recipient
- Check both the user's personal Sent Items and the shared mailbox's Sent Items folder
The email should appear in both locations when the configuration is working correctly.
Pro tip: If using Outlook desktop, restart the application after making permission changes to ensure it recognizes the new settings.
For troubleshooting, you can also check the message trace:
Get-MessageTrace -SenderAddress "shared@contoso.com" -StartDate (Get-Date).AddHours(-2) -EndDate (Get-Date)
Verification: Confirm that sent emails appear in both the sender's personal Sent Items folder and the shared mailbox's Sent Items folder.