Just like the Outlook email client, you can target the Windows 10 Mail App using conditional comments.
HTML
<!--[if mso 16]>
{Place your content here}
<![endif]-->>
The standard <!–[if (gte mso 9)|(IE)]> declaration will also work, as version 16 is greater than 9.
More information on targeting Outlook emails clients: Target Outlook Email Clients using Conditional Comments
1 Comment
Unfortunately this also target Outlook 2016..
Windows 10 Mail and Outlook still render very differently š We need a way to target ONLY Windows 10 Mail but not (any) Outlook