This issue appears to be fixed in version:
Microsoft Outlook Version: 1.2026.105.100
Client Version: 20260109002.06
WebView2 Version: 143.0.3650.139
This was the behavior reported:
Newly created .eml files, when opened will no longer save to the draft folder. The latest update of the new Outlook PWA app generates a "This message can't be saved right now. Please try again later." error message when saving newly created .eml files. It will always produce this error no matter how long you wait.
Until very recently, it's been possible to generate an .eml file with the "X-Unsent: 1" header and it would open the .eml file and allow you to save it to draft. This is very useful when programmatically generating email templates. This has been working for quite some time, then in September it started failing with the above message.
This problem seems to be happening because the Message-ID: <***.outlook.com> has not yet been assigned. In prior versions of Outlook, the Message-ID if missing would be assigned when saving to Draft, this is no longer the behavior.
It's unclear if this is a bug (regression) or by design.
Does anyone know of a workaround or alternative way to programmatically generate .eml files that outlook will open and save to draft?