Hi,all
When I add a single condition to the “filter” in the “Get Outlook Mail Message” Activity, everything works fine.
"@SQL=""urn:schemas:httpmail:subject"" like '%"& str_sbuject &"%'"
" [ReceivedTime]>'" +Now.AddDays(-1).ToShortDateString+ "'"
However, when I combine these conditons together, the program shows that the condition cannot be analyzed.
"@SQL=""urn:schemas:httpmail:subject"" like '%"& str_sbuject &"%' And [ReceivedTime]>'" + Now.AddDays(-1).ToShortDateString+ "'"
I’m uncertain of the reason, but I require your help. I am very grateful for it.
Studio Pro Version: 2020.4.3
Regards,