I was trying to filter Outlook email with specific sender and subject contains specific phrase “ROC Fraud Mana”. However there was an error saying that “Condition is not valid”. My filter string is as below:
“[senderemailaddress]=’”+str_SenderEmail+"’ AND @SQL="“http://schemas.microsoft.com/mapi/proptag/0x0037001f”" LIKE ‘%ROC%’ AND @SQL="“http://schemas.microsoft.com/mapi/proptag/0x0037001f”" LIKE ‘%Fraud%’"
Where did I do wrong? Please help!
2 posts - 2 participants