I want to have a filter which should filter subject and from address. I have this syntax for subject but i’m not able to add schema to filter “from”.
Schema Used:
“@SQL=” + “”“” + “urn:schemas:httpmail:subject” + “”“” + " like ‘%System%’ or " + “”“” + “urn:schemas:httpmail:subject” + “”“” + " like ‘%incident%’"
Along with this i want to add from filter.