I’m struggling with applying correct filter option. I want to get emails with a specific subject without using “like” phrase. Moreover, i want to pass subject in an argument. I tried to use:
DASL - “SQL=”“urn:schemas:httpmail:subject”" = ‘“+in_arg+”’"
JET - “[Subject] = “+in_arg+””