Hi @Forrest R Frank,
Welcome to Microsoft Q&A forum.
Thank you for reaching out. I understand how important it is to move emails between accounts, especially since this was possible in Classic Outlook. In the New Outlook experience, this functionality is available, but for work or school (enterprise) accounts, it’s disabled by default and must be enabled by your Microsoft 365 administrator.
Microsoft introduced cross-account move/copy in New Outlook for Windows and Outlook. This feature is controlled by an Exchange Online policy setting called ItemsToOtherAccountsEnabled in the OWA mailbox policy. When set to False (the default for enterprise tenants), users cannot move mail between accounts; when set to True, they can.
If you’re not the admin, please share the following instructions with your IT administrator. By default, this setting is off for enterprise tenants.
To enable cross-account moves, run this command in Exchange Online PowerShell:
# Enable cross-account move/copy in New Outlook/Outlook on the web
Set-OwaMailboxPolicy -Identity "<YourPolicyName>" -ItemsToOtherAccountsEnabled $true
- This unlocks moving emails between accounts as you described (e.g., from Account A into a folder in Account B). It affects New Outlook and Outlook on the web, which share the same backend policy.
Once enabled, you can:
- Drag and drop messages from one account’s folder to another account’s folder
- Right-click and choose Move or Copy
- Use keyboard shortcuts like Ctrl+X / Ctrl+V (Move) or Ctrl+C / Ctrl+V (Copy)
For your reference:
Note: Microsoft provides this information only as a convenience to users. These websites are not controlled by Microsoft, and Microsoft does not guarantee the quality, security, or suitability of any software or information on them. It is important to fully understand the risks involved before using any of the suggestions in the links above.
I hope this information is helpful. Please follow these steps and let me know if it works for you. If not, we can work together to resolve this.
Thank you for your patience and your understanding. If you have any questions or need further assistance, please feel free to share them in the comments on this post so I can continue to support you.
I look forward to your thoughts on this.
Warm wishes to you and your family for a delightful Christmas and a prosperous New Year.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.