Give variable in Outlook Subject Filter

Use SQL Expression like below

“@SQL=urn:schemas:httpmail:subject LIKE '%”+variable+“%'”

“@SQL=urn:schemas:httpmail:subject = ‘”+variable+“’”

image

Copy paste and remove and re enter single(') and double(“”) quotes for safety…

1 Like