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