Variable CSPMail::ContentType
Description:
The type of the content, such as "text/plain" or "text/html".
 |
Prototype
CSPString ContentType;
Remarks:
The default value is "text/plain". In order to send the mail you must call the member function Send().
Examples:
CSPMail Mail; Mail.ContentType = "text/html";
See also:
member function Send() member variables CharSet, To, SenderAddr, MailServer
|
|