how to move emails from one account to another using new Outlook for Windows

Anonymous
2023-12-10T17:49:56+00:00

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?

Outlook | Windows | New Outlook for Windows | For business

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.

0 comments No comments
Answer accepted by question author
Anonymous
2025-05-14T07:56:43+00:00

The latest I have is the following:

According to MS, it should be available by mid-May (!), so hopefully within the next few weeks (!).

https://mc.merill.net/message/MC943640

Was this answer helpful?

4 people found this answer helpful.
0 comments No comments

57 additional answers

Sort by: Most helpful
  1. Anonymous
    2025-03-10T08:47:13+00:00

    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

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2025-03-08T23:44:48+00:00

    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.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2025-03-07T12:26:37+00:00

    See

    https://m365admin.handsontek.net/outlook-move-emails-between-accounts-in-the-new-outlook-for-windows/ 

    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

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2025-02-10T08:42:25+00:00

    Have you seen this? Outlook: Move emails between accounts in the New Outlook for Windows - M365 Admin It says that moving emails between accounts will be released in February 2025. Do you know if it is true?

    Was this answer helpful?

    0 comments No comments