Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sending E-mail
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Divers
Thread ID:
00460461
Message ID:
00461045
Vues:
14
Hi William!

Thanx for sharing this idea...

******** your message **********
If you don't want to require that your users have Outlook, you could use the MAPI method, which works with Outlook and most other Email programs too:
oSession = CREATEOBJECT("MSMapi.MapiSession")
osession.logonui = .t.
osession.signon
omessage = CREATEOBJECT("MSMapi.MapiMessages")
omessage.sessionid=osession.sessionid
oMessage.MsgIndex = -1 && Create New
oMessage.RecipAddress = "you@there.com"
oMessage.Send( 1 ) && 0/1= whether to show UI.
Joe Mamokan
Database Specialist
Email Address: mamokan@eudoramail.com
Url Address: http://visnet_dd.tripod.com
"Can you VISUALIZE Quick Data Access"
Cell # +639172482033
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform