MailMessage.Bcc Property
.NET Framework (current version)
Gets the address collection that contains the blind carbon copy (BCC) recipients for this e-mail message.
Assembly: System (in System.dll)
To add a BCC recipient to an e-mail message, create a MailAddress for the recipient's address, and then add that object to the collection returned by the Bcc property.
When recipients view an e-mail message, the Bcc addresses are usually not displayed.
.NET Framework
Available since 2.0
Available since 2.0
Show: