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