The Registry Fix
This must be applied while logged in as the specific user whose Outlook needs fixing (it’s a per-user,HKEY_CURRENT_USER setting, not machine-wide):
- Press Start, type
regedit, and open Registry Editor. - Navigate to the key matching your Outlook version (see table below).
- Right-click the Preferences key, choose New > DWORD (32-bit) Value, and name it
DelegateSentItemsStyle. - Double-click it, set the value to
1, and click OK. - Close Registry Editor and restart Outlook (a full reboot isn’t required, but a complete Outlook restart is).
Registry Path by Outlook Version
- Outlook 2007:
HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook\Preferences - Outlook 2010:
HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Outlook\Preferences - Outlook 2013:
HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Preferences - Outlook 2016 / 2019 / Microsoft 365:
HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Preferences
The Exchange Online Way to Do This Without a Registry Edit (Updated for 2026)
If the shared mailbox lives in Exchange Online (or current on-premises Exchange Server Subscription Edition), there’s now a server-side alternative that avoids touching the registry on every user’s machine at all. TwoSet-Mailbox parameters control this behaviour directly on the shared mailbox itself:
Set-Mailbox <SharedMailboxName> -MessageCopyForSentAsEnabled $True
Set-Mailbox <SharedMailboxName> -MessageCopyForSendOnBehalfEnabled $True
Both parameters default to $False, so they have to be explicitly turned on. Once enabled, every user who sends as (or on behalf of) that shared mailbox gets their sent copy filed into the shared mailbox’s own Sent Items automatically — no per-machine registry edit needed, and it works for every delegate at once rather than one Outlook install at a time.
The two mechanisms can interact if both are in play on the same mailbox. Microsoft’s own compatibility table is worth keeping handy:
DelegateSentItemsStyle | MessageCopyForSentAsEnabled | Result |
|---|---|---|
| 0 | True | Copy saved in both the delegate’s mailbox and the shared mailbox |
| 1 | True | Two copies saved in the shared mailbox, none in the delegate’s own mailbox |
| 0 | False | Copy saved in the delegate’s own mailbox only |
| 1 | False | Copy saved in the shared mailbox only (the original registry-fix behaviour) |
DelegateSentItemsStyle registry fix above simply has no effect there — the Set-Mailbox parameters are the only way to control this behaviour for new Outlook users. If your organisation has any users on new Outlook, the server-side route isn’t just more convenient, it’s the only option that actually works for them.
Gear We Recommend
Working from home? Here’s the desk tech we’d recommend.
Browse our Home Office Setup picks on AmazonAs an Amazon Associate, TechyGeeksHome earns from qualifying purchases.
Discover more from TechyGeeksHome
Subscribe to get the latest posts sent to your email.
@superdale you can run a report for Software registered in Add Remove Programs on a Specific computer from the Reporting tab in Monitoring
@superdale you can run a report for Software registered in Add Remove Programs on a Specific computer from the Reporting tab in Monitoring
@superdale you can run a report for Software registered in Add Remove Programs on a Specific computer from the Reporting tab in Monitoring
Can someone tell me how to use a WQL query that only selects devices within a particular device collect ID (lets say: NBT00012 for instance)
Can someone tell me how to use a WQL query that only selects devices within a particular device collect ID (lets say: NBT00012 for instance)
Can someone tell me how to use a WQL query that only selects devices within a particular device collect ID (lets say: NBT00012 for instance)