MailMessage.Bcc Property
.NET Framework 3.0
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.
Namespace: System.Web.Mail
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_Bcc () /** @property */ public void set_Bcc (String value)
public function get Bcc () : String public function set Bcc (value : String)
Not applicable.
Property Value
A semicolon-delimited list of e-mail addresses that receive a blind carbon copy (BCC) of the e-mail message.Recipients in the semicolon-delimited list can be either email addresses or address book display names.
The primary and carbon copy (Cc) recipients do not see the addresses in the Bcc field.
Community Additions
ADD
Show: