I would like to send reply to outlook mail message

Hi all,

I would like to reply to outlook mail message but I need to change the subject in that reply mail and some time need to remove the “Re” only on subject.

@vineelag,

Use Activities - Reply To Outlook Mail Message activity.

Latest activity have NewSubject property. You can pass the new subject as per your requirement.

image

Thanks,
Ashok :slight_smile:

1 Like

Hi @vineelag

Use Reply To Outlook Mail Message activity

or

Use Reply to Email activity

Regards,

1 Like

1 Read the mail one by one using “Get Outlook Mail Messages” activity
2 Use the Foreach activity,
3 Download the file “Save Email Attachments” and process the Excel activity and create a new file
4 Now you can use the “Reply To Outlook Mail Message” for the replay to mail.
4.1 In item collation you pass the path of save file

@vineelag You need to create a flow like this
Sequence3.xaml (5.5 KB)