Hey guys, I have a question:
I am trying to filter yahoo mail messages by sender (that part I have down) and then forward that email to another email address. How do I do this? I think I am close. Is there a way to share my process here so you can see the whole thing? I just have a screenshot.
1 Like
Hey @Luke_Ryberg
Kindly use ListMails.First
Thanks
#nK
In For each you mentioned each item as mail …Pass same thing in the property of Forward as mail
I tried that and it gave an error, saying that it has to be a mail object.
In your screenshot there is a Mail message property under Forward section of the activity right in which the list mails is passed and it shows an error…
In that kindly replace with the below value,
ListMails.First
Change For Each Activity Argument type From object to MailMessage