Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Email
Message
 
À
14/12/2001 02:34:53
Imran Shaikh
Nestle Milkpak Ltd
Karachi, Pakistan
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxWeb
Titre:
Re: Email
Divers
Thread ID:
00594274
Message ID:
00594306
Vues:
24
Imran,
Here's some code:

loEmail = CREATEOBJECT("cdonts.newmail")
loEmail.To = "user@hotmail.com"
loEmail.From = "cfuchs@dotcomsolution.com"
loEmail.AttachFile("c:\file.zip")
loEmail.Body = "Hi, how are ya?"
loEmail.Subject = "Greetings!"
loEmail.send

Here's some more info:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q305628

>How can i send an email message directly from vfp6
>Thanks,
>Imran
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform