-
I've finally been able to play with the new Outlook beta on Windows (the “Outlook One” moving away from Word). And it’s… WONDERFUL. Quick thread. 👇 #emailgeeks
-
First, it took me forever to find how to switch to the Beta update channel. While it's a simple dropdown option on macOS, on Windows it’s… complicated. Ended up doing it via the command line because that was the easiest way (following this article: urtech.ca/2021/07/solved-how-to-change-microsoft-365-apps-channels/).
-
It also seems to support [ogsb] selectors for dark mode styles. Here’s my dark mode image swap working on Outlook on Windows. (The code, if you’re interested: codepen.io/hteumeuleu/pen/porJdjR)
-
I can’t wait to do more thorough tests for caniemail on this. But yeah, this is great. Not “Apple Mail or Outlook on macOS”-great. But definitely “I can’t believe we had to work with Word’s rendering engine for 15 years”-great.
-
Now I'm really curious to see how hard Microsoft is going to push this as an update. The fact that the whole app is just a webview might be a huge deal breaker for a lot of people and companies. We might just end up in an “XKCD 927” kind of situation.
-
But if this succeeds, it’s going to be a huge game changer for HTML emails. Goodbye tables, VML, OfficeDocumentSettings, white line bugs, and such. And hello
display:flex
, media queries, etc. -
In conclusion, and as the popular saying goes: Microsoft understood the assignment. It took them 15 years, but I'm so glad we’re finally there.