Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Classe wwipstuff.
Message
 
To
19/05/2003 13:33:00
General information
Forum:
Visual FoxPro
Category:
West Wind Web Connection
Miscellaneous
Thread ID:
00790061
Message ID:
00790297
Views:
18
Olá Lázaro

Atribua "text" na propriedade oMailcContentType cfe exemplo abaixo


oMail = create( "wwIPStuff" )

set memowidth to 200
*** Sending SMTP Mail
oMail.cMailServer = "servidor"
oMail.cSenderEmail = "fulano@xyz.com.br"
oMail.cSenderName = "fulano de tal"

oMail.cRecipient = "destino@kwx.com.br"
oMail.cCCList = ""
oMail.cBCCList = ""
oMail.cSubject = "assunto"
oMail.cMessage = "mensagem "
oMail.cContentType = "text"
oMail.SendMail()
Previous
Reply
Map
View

Click here to load this message in the networking platform