Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creatiating and displaying a new e-mail message
Message
De
27/01/2000 11:12:28
 
 
À
27/01/2000 09:42:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00323507
Message ID:
00323591
Vues:
24
Thank you so much!

DECLARE INTEGER ShellExecute IN SHELL32 INTEGER, STRING, STRING, STRING, STRING, INTEGER
=ShellExecute(0,'OPEN','mailto:edrauh@earthlink.net','','',1)
works great

I tried
oShell = CREATEOBJ('Shell.Application')
oShell.Open('mailto:edrauh@earthlink.net')

it does not give me any errors, but it does not bring up the new message either. What am I doing wrong?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform