System.Net.Mail.MailMessage.Bcc Property

Gets the address collection that contains the blind carbon copy (BCC) recipients for this e-mail message.

Syntax

public MailAddressCollection Bcc { get; }

Value

Documentation for this section has not yet been entered.

Remarks

To add a BCC recipient to an e-mail message, create a System.Net.Mail.MailAddress for the recipient's address, and then add that object to the collection returned by the MailMessage.Bcc property.

When recipients view an e-mail message, the MailMessage.Bcc addresses are usually not displayed.

Requirements

Namespace: System.Net.Mail
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0