I am trying to build the html code designed for newsletter campaign. What I need is to find a solution for if statement, that outputs code for Microsoft Outlook 2019.
Working for Outlook 2016 and Outlook 2019:
<!--[if mso 16]>
<span style="color:red">mso 16</span>
<![endif]-->
Not working at all:
<!--[if gt mso 16]>
<span style="color:red">gt mso 16</span>
<![endif]-->
<!--[if mso 19]>
<span style="color:red">mso 19</span>
<![endif]-->
<!--[if mso 365]>
<span style="color:red">mso 365</span>
<![endif]-->
Is there any HTML conditional that allows to distinguish Outlook 2016 and Outlook 2019?