@Devyani I got it …Thanks for your response.
Hi,
I am trying to replay the email and try to change the recipient like To, CC, BCC,
but it’s not working
Assign Activity :
MailAddress from = new MailAddress("ben@contoso.com", “Ben Miller”);
MailAddress to = new MailAddress("jane@contoso.com", “Jane Clayton”);
MailMessage message = new MailMessage(from, to);
MailAddress copy = new MailAddress("Notification_List@contoso.com");
message.CC.Add(copy); --> getting error message [Expression does not produce value]
Hi,
Where did you find this activity? It’s not available in my UiPath.Mail.Outloook.Activities package.
Thank you!