Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling IE from VFP
Message
From
16/04/2002 17:36:19
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:
00645734
Views:
7
Bob,

That's ok, you were right on the money. We have a Novell Groupwise E-mail server and here is how I did it:

osession=CREATEOBJECT("mapi.session")
osession.logon("novell default settings")
imsg = CREATEOBJECT("cdo.message")
iconf = CREATEOBJECT("cdo.configuration")
flds = iconf.Fields
imsg.Configuration=iconf
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

Robert Lee
Previous
Reply
Map
View

Click here to load this message in the networking platform