Hi All,
I want to filter Emails which i get from IMAP Activity based on Subject.
However, i don’t want to Loop all the mails and then put a If condition as (if item.Subject.contains(“EMail Subject”))
Is there any other way to filter with list of mail messages directly?