How to reply to outlook mail message with Different Subject?

Hi all,

Is there a way to reply to outlook mail message with a different subject in UiPath or a work around to be able to do this?

Thanks,
Aya

@Ayasoliman Yes, we can send emails with the different subjects through outlook mail message.
For this we need to put all the data like the Subject, To, Body, etc in an excel sheet.

Read excel sheet using excel application scope activity

Use Read Range activity

Use For each row to get the excel data

In the body part of ForEach use Add to dictionary activity (Note: if add to dictionary not available then install Microsoft.Activities.Extension package from manage package)

Use send outlook mail message activity to send mail.

You can refer the below-attached workflow

dynamicMailSending.xaml (9.0 KB)

Hope this will help you

Best regards,
Vrushali