Sent item delegate mailbox

POJ 166 Reputation points
2023-01-17T18:20:20.62+00:00

hello

we are running exchange on prem with outlook 2021 i have issue with mailbox always asking for password and to work around that we try to use delegations but the issue i have is the sent items are not kept in the sent items of the shared mailbox we try to implement a reg file DelegateSentItemsStyle value of 1

but the sent is not in any sent item of the shared mailbox or even my sent items my outlook is not in cached mode cause we don't have big disk to keep them

how can i fix that ?

Thanks

Outlook | Windows | Classic Outlook for Windows | For business
{count} votes

1 answer

Sort by: Most helpful
  1. Faery Fu-MSFT 19,751 Reputation points Moderator
    2023-01-18T06:51:34.59+00:00

    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.)

    0 comments No comments

Your answer

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