Is there a conditional statement for all Outlook versions?
I found this for version 9:
<!–[if gte mso 9]> <![endif]–> Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about CollectivesStack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
Explore Stack InternalIs there a conditional statement for all Outlook versions?
I found this for version 9:
<!–[if gte mso 9]> <![endif]–> I'm on Linux at the moment and can't test, but perhaps something like [if mso]?