Hi,
I used “Get Outlook Mail Messages” activity to get the list of email , returned as List. I would like to get list of emails from List where the body content contains “rejected” and assign to a variable List type. Here is what i did .
ListOfRejectedEmails = ListOfEmails.Select(“[Body] like ‘%rejected%’”)
But error received ,
Overload resolution failed because no accessible Select can be called with these arguments
Thanks for help