Hi all, I am trying to filter my email by a specific keyword in the subject and by the date received today or D-1 . I try this filter express but i got an error message of " Get Outlook Mail Messages: Cannot parse condition. Error at"“@SQL=“urn:schemas:httpmail:subject” like…”.
“@SQL=”“urn:schemas:httpmail:subject”" like 'VDM’ AND [ReceivedTime] >= ’ " + now.AddDays(-1).ToShortDateString + " ’ "
Can someone help to see what wrong with my filter expression ?
Hi i tried this but i still get the same error :
Get Outlook Mail Messages: Cannot parse condition. Error at “@SQL=“urn:schemas:httpmail:subject” like…”.