Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Send Mail
Message
From
12/04/2000 17:07:53
 
 
To
10/04/2000 19:40:15
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Miscellaneous
Thread ID:
00357592
Message ID:
00358955
Views:
12
>Sammie...
>
>I tried to look up that message, but I am not a Premier membership member. Can you reply with the contents of that message?
>
>Thanks!
>
>-Tim
Here is the code to send an e-mail. I tried it and it worked the first time.
Just change the line

"oitem.to="USERONNETWORK; name..."
and enter the e-mail address of the receipiant(s). Oh yea, you got to have Outlook installed and working first. I think you need ver 97 or later.

* --------------------------------------------------------------------------
* Okay, so Outlook98 (or 97) must be installed for this to work.
o=createobject("outlook.application")
oitem=o.createitem(0)
oitem.subject="VFP6 rules"
oitem.to="USERONNETWORK; name@theirmail.www; other_addresses;"
oitem.body="This mail was sent from vfp client using Outlook98 server component in only 6 lines"
oitem.send
o=.null.
Previous
Reply
Map
View

Click here to load this message in the networking platform