Hi Everyone,
I want bot to get the list of to & cc email id from the email & send reply e-mail using outlook.
Kindly, provide solution to this scenario.
Thanks in advance.
Hi Everyone,
I want bot to get the list of to & cc email id from the email & send reply e-mail using outlook.
Kindly, provide solution to this scenario.
Thanks in advance.
Hi @nithya ,
To achieve this task in you’ll need to perform the following steps:
mailMessage.To
mailMessage.CC
Depending on thw get mail you use every get mail returns a list of mail object…from which you can get indicidual mail and they would have .To and .Cc properties to access the mail ids
Cheers