Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling IE from VFP
Message
From
16/04/2002 17:34:01
Robert Lee
Swiderski Electronics, Inc.
Carol Stream, Illinois, United States
 
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00644693
Message ID:
00645730
Views:
9
Ed,

Thank you very much for the information.
We have a Novell GroupWise E-mail Server and here is a sample code of how I produced the same functionality as file-send-page by email.

osession=CREATEOBJECT("mapi.session")
osession.logon("novell default settings")
imsg = CREATEOBJECT("cdo.message")
imsg.CreateMHTMLBody("http://www.swid.com/specials/rental0402.htm")
imsg.To="boblee@swid.com"
imsg.From="boblee@swid.com"
imsg.Subject="Test CDO message..."
imsg.Send
osession.logoff
RELEASE ALL
Previous
Reply
Map
View

Click here to load this message in the networking platform