Variable CSPMail::SenderName
Description:
The name of the sender.
 |
Prototype
CSPString SenderName;
Remarks:
In order to send the mail you must call the member function Send().
Examples:
CSPMail Mail; Mail.SenderName = "John Davidson";
See also:
member function Send() member variables SenderAddr, To, MailServer, Message
|
|