How to Reply an existing email using Outlook activity

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