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 email As String _ ) [C#] public void AddBccAddress( string email ); [C++] public: void AddBccAddress( String* email ); [JScript] public function AddBccAddress( String email );
EmailMessage Class | DotNetOpenMail Namespace | EmailMessage.AddBccAddress Overload List