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
CSPMail | Other support classes | Class Categories | Online help home | Back

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd