how do i filter mails through subject in get outlook activity?
Follow this link…
Hi,
Hope this will help you
“@SQL=urn:schemas:httpmail:subject LIKE ‘%”+StringVar+“%’”
“@SQL=urn:schemas:httpmail:subject = ‘”+StringVar+“’”
You can try this way
how do i filter mails through subject in get outlook activity?
Follow this link…
Hi,
Hope this will help you
“@SQL=urn:schemas:httpmail:subject LIKE ‘%”+StringVar+“%’”
“@SQL=urn:schemas:httpmail:subject = ‘”+StringVar+“’”
You can try this way