Reply same subject outlook mail

Hi All,

Please help me how to reply the same subject mail in OUTLOOK. Thanks in advance.

can you give some more information?

Hi Pathrudu,

i would like to read an outlook mail and based on the condition(like, if subject is like ‘reset ID password’) and reply to the same mail(with reset the ID password).

Hi @malleshh_ch ,

Refer this test.xaml (8.5 KB) and as far now in Ui path you cannot make a mail chain. Instead you can send mail separately using send outlook mail activity.
Thanks.

You can use:

mailMessage- this is the mail that you read with filter [subject] =“reset ID password”)
To: mailMessage.From
Subject : “RE:” +mailMessage.Subject

Hope it helps :slight_smile: