Hey everyone,
I have the filter down below for get outlook mail messages:
“@SQL=(”“urn:schemas:httpmail:subject”" LIKE ‘%“&“Purchase Orders” &”%’)"
Is there another option then “like” because like works like a contains, so it will open the reply mails(re:Purchase Orders) as well. I need something else to use, it would be perfect if it also ignores case, so I can also get PURCHASE ORDERS etc.