Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Email
Message
 
To
14/12/2001 02:34:53
Imran Shaikh
Nestle Milkpak Ltd
Karachi, Pakistan
General information
Forum:
Visual FoxPro
Category:
FoxWeb
Title:
Re: Email
Miscellaneous
Thread ID:
00594274
Message ID:
00594306
Views:
23
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
Previous
Reply
Map
View

Click here to load this message in the networking platform