While reading Mail Message in Outlook how to exclude replay msg

Hi all,
I want to exclude replay mails using Filter option in GetOutlookMailMessage activity so that it remains unread mail…
Now I’m using this expression “@SQL=urn:schemas:httpmail:subject NOT LIKE ‘%RE: %’”
it throws an error “Cannot Parse condition” but it works fine for Like operator (“@SQL=urn:schemas:httpmail:subject LIKE ‘%RE: %’”)

The not needs to go near the start -

"@SQL=Not (urn:schemas:httpmail:subject Like '%RE:%')"
2 Likes

Thanks a lot …It works fine now::+1:

1 Like

Your welcome :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.