Variable CSPMail::Bcc
Description:
The comma or semicolon seperated list of email addresses of blind carbon copy recipients.
 |
Prototype
CSPString Bcc;
Remarks:
In order to send the mail you must call the member function Send().
Examples:
CSPMail Mail; Mail.Bcc = "info@micronovae.com;someone@somemail.net"
See also:
member function Send() member variables To, Cc, SenderAddr, MailServer, Message
|
|