Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling IE from VFP
Message
De
16/04/2002 17:36:19
Robert Lee
Swiderski Electronics, Inc.
Carol Stream, Illinois, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00644693
Message ID:
00645734
Vues:
8
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform