Hi All,
I want to reply to an email in Outlook and add some IDs to the CC before that.
UiPath’s Reply to Outlook activity is having Reply and Reply option but dosen’t have option to Add email ID to CC.
I have used Invoke Method and added email ID directly to the CC of Outlook Object.
using Mail.CC.Add(“abc@pqr.com”) method.
It is successfully adding the email to CC of the object >> as when I do
Message Box(Mail.CC.Tostring)
I get the email ID which was added.
But when I am using the object in the Reply to Outlook activity. It omits the CC email Id and sends email to all the Ids which were present initially
This is just one solution which I have thought.
Any suggestions?
Thanks in Advance!