Hi @POJ ,
we try to implement a reg file DelegateSentItemsStyle value of 1
Outlook must be configured to run in cached mode for this option to work properly.
According to my research and test, it works when I run the command via PowerShell.
For message Sent As a mailbox;
Set-Mailbox <mailbox name> –MessageCopyForSentAsEnabled $true
For messages Sent on Behalf of a mailbox;
Set-Mailbox <mailbox name> –MessageCopyForSendOnBehalfEnabled $true
Note: For the server-side method to work, the client-side method with the DelegateSentItemsStyle Registry key must be removed.
More details see: Save Sent Items in owner’s mailbox
(Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.)