System.Web.Mail.MailMessage.Bcc Property

Gets or sets a semicolon-delimited list of email addresses that receive a blind carbon copy (BCC) of the e-mail message. Recommended alternative: System.Net.Mail.

Syntax

public string Bcc { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Recipients in the semicolon-delimited list can be either email addresses or address book display names.

The primary and carbon copy (MailMessage.Cc) recipients do not see the addresses in the Bcc field.

Requirements

Namespace: System.Web.Mail
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0