Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Classe wwipstuff.
Message
 
À
19/05/2003 13:33:00
Information générale
Forum:
Visual FoxPro
Catégorie:
West Wind Web Connection
Divers
Thread ID:
00790061
Message ID:
00790297
Vues:
16
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()
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform