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.
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);