Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Send email from Outlook
Message
From
27/02/2002 20:41:51
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Send email from Outlook
Miscellaneous
Thread ID:
00626134
Message ID:
00626134
Views:
43
Could somebody point me in the right direction. I want to be able to send an email message from within a foxpro application.

I just need a nudge in the right direction to complete a simpleton version then I'll try to add features.

Thanks in advance.

Aloha,

James
*!* Prepare Outlook
loOutlook = CreateObject("outlook.application")
loNameSpace = loOutlook.GetNameSpace("MAPI")

*!* Assign recipient(s)
???
*!* Assign message body
???
*!* Send message to recipient(s)
???
Next
Reply
Map
View

Click here to load this message in the networking platform