I have sent an email based on particular subject, after some time i got reply to the same subject email. How to read subject

Please provide the solution for this.

Thanks a lot.

Hi @mohammed_zain

You can use one of the get mail activities suitable for you to get the received emails.
Once done, use a For Each loop to loop through the emails that you got.

Inside the for each loop, use an If condition to check for emails with the particular email subject that you need.

Item.Subject.Contains(“Your email subject”)

In that, you can look for the email body and read it…

If i get same subject email from another person then how can i read the subject.

Note: There is no proper unique name in subject name.

Thanks
Mohammed Zain