West Wind Internet Protocols 4.68 |
wwipstuff::cMessageAlternate
|
*** Standard Content
loIP.
loIP.cMessage = "Say what you mean and mean what you say!"
*** Html Content:
loIP.cMessageAlternate = "<b>Hello world from HTML</b>"
loIP.contenttypealternate = "text/html"
| Example: | loIP = CREATE("wwIPStuff")
...
oIP.cMessage = "Hello World"
oIP.cContentType = "text/plain"
oIP.cMessageAlternate = "<b>Hello World!</b>"
oIP.cContentTypeAlternate = "text/html"
...
oIP.SendMail()
|