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

Click here to load this message in the networking platform