I am trying to filter out emails from outlook based on subject with a variable. Currently i use “@SQL=urn:schemas:httpmail:subject LIKE '%”+ mailSubject + “%'” but this is relative due to the LIKE part of it. I would like to search strictly based on the specific subject ( = / == / is) . I tried “@SQL=urn:schemas:httpmail:subject ='%”+ mailSubject + “%'” but nothing came up , no filtering.
I am trying to filter out emails from outlook based on subject with a variable. Currently i use “@SQL=urn:schemas:httpmail:subject LIKE '%”+ mailSubject + “%’” but this is relative due to the LIKE part of it. I would like to search strictly based on the specific subject ( = / == / is) . I tried “@SQL=urn:schemas:httpmail:subject =’%”+ mailSubject + “%’” but nothing came up , no filtering.