How to replay to all addresses using outlook application

i have created a simple automation to use outlook application and foreach mail activity to replay to all email but only to sender as shown


the problem is that when if i have an email that have multiple email addresses in the CC.
how i can replay to all not just the sender.

Hi @mohamed.saty2012

In the Properties Panel of Reply to Outlook Mail Message you will have ReplyAll property . You can enable that. And it will send mails to sender CC, BCC.

For more information check the below documentation

Regards

@mohamed.saty2012,

What version of UiPath.Mail.Activities you are using? I guess using older version. Here I’m using 1.20.3 and I have the option of CC, BCC as well.

I would advise to upgrade to latest version of the Mail activity package. If not possible, check the properties of the Reply to outlook mail message activity. Look for Reply to all.

This should work.

Thanks,
Ashok :slight_smile:

[quote=“mohamed.saty2012, post:4, topic:749096”]
hello
[/quote]hello Bro, there is two kind of replay (replay to outlook email) which is the one i am using and the one you are sharing. also if i checked the replay to all box the activity sen an email to the sender only and ignoring the persons at the CC

i have tried the replay to all option it didn’t work

Hi @mohamed.saty2012

Please update the dependencies to latest version and keep the runtime rule lowest as applicable and it should work !!

I have tried from my end and it worked please check again.

Regards