Get replies from mail

Hi Devs, please assist on how to get nested replies from mail, I have checked if the subject contains Re but it seems it’s picking only the mails replied directly. I want the replies from -
image

Hi @stanstilo,
You can use activity Get Outlook/Mail Messages and output it to the variable. Then get particular address from the message sender using < variable >(< Index of message >).From.ToString and put it to the new message.