Hi Connections,
in inbox i need to search for emails from a specific email id, how can i filter . Can anyone resolve
Hi Connections,
in inbox i need to search for emails from a specific email id, how can i filter . Can anyone resolve
Pass the output of get imap mail message activity to For each activity and set type argument as “system.net.mail.message”
use if activity to filter email
Example item.From.Equals(“test@gmail.com”)
or else
you can use for each email activity and click additional filters
hope its solves your issue
Thanks,
Robin
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.