Forum Discussion
Messages sent from a shared mailbox save both in shared and local
- Feb 21, 2024
For save to both you only have to use the Method 2 the powershell command -MessageCopyForSentAsEnabled
If you also add the Outlook registry Outlook move the mail.
If you use the Message copy from Exchange powershell Exchange copy sent mail by internal process.
Exchange never moves from one mailbox to another one (Exchange don't delete the content from the principal mailbox after the copy). Only Outlook can do.
Easy 🙂
https://learn.microsoft.com/en-us/answers/questions/327421/save-sent-items-in-shared-mailbox-sent-items-folde
- Ion-vlad OrascuFeb 21, 2024Copper Contributor
Thierry_Chapuisat Thanks, but I need them saved in both places. Shared mailbox, and user mailbox, the one that sends the mails from the shared mailbox
- Thierry_ChapuisatFeb 21, 2024Brass Contributor
For save to both you only have to use the Method 2 the powershell command -MessageCopyForSentAsEnabled
If you also add the Outlook registry Outlook move the mail.
If you use the Message copy from Exchange powershell Exchange copy sent mail by internal process.
Exchange never moves from one mailbox to another one (Exchange don't delete the content from the principal mailbox after the copy). Only Outlook can do.
Easy 🙂