Hey there! I want to read the outlook mails, only those which the subject contains a keyword. I’ve gone through some topics suggesting Filter property in get outlook mail activity. Help me with the syntax here.
I’ve tried the below syntax, Kept ToLower
because I don’t know the case capital or small
keyword in not a variable.
“[subject]”.ToLower.Contains"( ‘keyword’ )" = True