Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Class for sending email
Message
De
28/03/2002 10:15:15
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00633031
Message ID:
00638460
Vues:
32
I use this code on a W2K Server box running virtual smpt server and it seems to work pertty well.
LParameters cMessage,cTo,cFrom,cSubject
*--------------------------------------------------
Local oMail
oMail = create("CDONTS.NewMail")
oMail.Send(cFrom,cTo,cSubject,cMessage)
Release oMail
*--------------------------------------------------
Return
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform