How to Reply an existing email using Outlook activity

I want to Reply an existing email using Outlook activity with the proper formate.
It shuld also include orginal sender details as well.

Hi @rupeshkumar.shah,

Please find the attached sample example to reply email to the sender.

replymail.xaml (7.1 KB)

Steps:
1.Fetch unread mails using Get outlook mailmessages activity
2.loop through the unread mails
3. if required filter the unread mails based on subject, to address etc.
4.Finally reply to the sender with the required format using send outlook activity.

Let us know wheteher this resolves .

Thank You :slight_smile:

1 Like

Hai @nikitha.hanumanthara, can you once explain the Assign activity in replyxaml file attached!?

Thanks ,
Sushmitha.

How to use the mail.ReplyTo property

2 Likes