Adding Bcc to Email sending using .NET SmtpClient?
Posted
by Shyju
on Stack Overflow
See other posts from Stack Overflow
or by Shyju
Published on 2010-03-19T01:36:05Z
Indexed on
2010/03/19
1:51 UTC
Read the original article
Hit count: 694
When sending email using the SMTPClient class in ASP.NET C#, how can I add bcc to the email? How can I add bcc to a MailMessage instance?
© Stack Overflow or respective owner