Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Email API call
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00285626
Message ID:
00285821
Vues:
47
>Is it possible? Could you help me figure out
>how to invoke the default new email screen?

Well, why didn't you say so?


declare long ShellExecute in "shell32.dll" long, string, ;
string, string, ;
string, long

=ShellExecute(0, "open", "mailto:esmoore@texas.net","","",0)

Alternatively,

oShell = CREATEOBJECT("Shell.Application")
oShell.Open("esmoore@texas.net")

the latter example uses the shell object that is only available in later versions of windows, and with recent versions of IE.
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform