DotNetOpenMail 0.5.7 (beta)

EmailMessage.AddBccAddress Method

Add a recipient who will be "Blind Carbon Copied" as a recipient of the email. BCC addresses are not added to the email headers, but only appear during the "RCPT TO" SMTP negotiation.

Overload List

Add a recipient who will be "Blind Carbon Copied" as a recipient of the email. BCC addresses are not added to the email headers, but only appear during the "RCPT TO" SMTP negotiation.

[Visual Basic] Public Sub AddBccAddress(ByVal EmailAddress)
[C#] public void AddBccAddress(EmailAddress);
[C++] public: void AddBccAddress(EmailAddress*);
[JScript] public function AddBccAddress(EmailAddress);

Add a recipient who will be "Blind Carbon Copied" as a recipient of the email. BCC addresses are not added to the email headers, but only appear during the "RCPT TO" SMTP negotiation.

[Visual Basic] Public Sub AddBccAddress(ByVal String)
[C#] public void AddBccAddress(string);
[C++] public: void AddBccAddress(String*);
[JScript] public function AddBccAddress(String);

See Also

EmailMessage Class | DotNetOpenMail Namespace