Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to send data from VFP to Outlook?
Message
From
29/06/1998 21:10:17
 
 
To
29/06/1998 13:33:11
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00112575
Message ID:
00112727
Views:
11
>Hi:
>
> I want to know about to send data from VFP tables to a Outlook's user.
>
> Thanks for the help.

Outlook is automatable through OLE, and a lot of its internal functionality is exposed. If you specified the Outlook VBA help file when you installed outlook, you're in luck, just start there and start with.

oOutlook = CREATEOBJECT('Outlook.application')

The object model is available in Outlook help, but I highly recommend the Office97 Visual Basic Programmer's Guide. (Microsoft Press)
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform