Using New Outlook on Windows for professional communication and productivity
The latest I have is the following:
According to MS, it should be available by mid-May (!), so hopefully within the next few weeks (!).
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Am trying to move multiple emails from one outlook account to another using the new Outlook. File>Export not available. Copy or Move to a different folder in another account not possible (only within the same account). Is there any way to do so?
Using New Outlook on Windows for professional communication and productivity
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
The latest I have is the following:
According to MS, it should be available by mid-May (!), so hopefully within the next few weeks (!).
This feature is rolling out. In my Admin Center i see actally the announcement (last updated an 25 march 2025):
Users will soon be able to move emails between accounts in the new Outlook for Windows and Outlook for the web. This feature is controlled by the Set-OWAMailboxPolicy policy. Rollout starts in February 2025 for Targeted Release, April 2025 for General Availability, and May 2025 for GCC. GCC High and DoD are excluded.
For General Availabilty it will probably come on April 2025.
You can already set the OWAMailboxPolicy to be prepared.
https://admin.microsoft.com/?ref=MessageCenter/:/messages/MC943640
I have the same version 1.2025.219.400 and it still not works. Strange, that the release notes do not mention this feature:
https://learn.microsoft.com/en-us/officeupdates/release-notes-outlook-new
The post says, "All personal accounts in the new Outlook for Windows can seamlessly move emails between all their personal accounts, streamlining organization and productivity." Does anyone know how to do it? I have the Feb 2025 update (1.2025.219.400), and I do not see any way to move emails from one outlook.com account to another.
See
and
https://www.microsoft.com/en-us/microsoft-365/roadmap?featureid=470018&searchterms=470018
Here is the theory: You have to change the policy to enable moving mails between accounts:
First, retrieve the current OwaMailboxPolicy (POLICYNAME) for a certain user (USERNAME):
Get-CasMailbox -Identity USERNAME | Select-Object OwaMailboxPolicy
Then set ItemsToOtherAccountsEnabled to true as it is set to false by default:
Set-OWAMailboxPolicy -Identity POLICYNAME -ItemsToOtherAccountsEnabled $true
To verify:
Get-OwaMailboxPolicy -Identity POLICYNAME | Select-Object ItemsToOtherAccountsEnabled
This only seems to runs if you have the latest version as the change has been published on February 2025 ... Rollout start was in Febrauary so it may take some time to get the version ... for me it should be mid feb as my office updates came always around mid of month.
Has some one succeded with this solution?
Kind regards from Germany
Eric Windmeier