How to use Outlook Activity - Filter property to filter out mails that contains a particular subject string.
“[Subject]=‘MySubject’” --> this works fine.
But i dont want to use equals here, instead, the subject contains ‘MySubject’
Is there a way?