How to Send email copying (cc) from rows("code") as Cc recipients

Hey @RPA-botDev

If you want to send for all recipients at once, kindly try the below…

String.Join(";", dt_Mails.AsEnumerable.Select(Function(row) row("CodeEmail").ToString.Trim))

Pass the above statement in the send mail CC property.

Hope this helps.

Thanks
#nK

4 Likes