Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Email API call
Message
De
02/11/1999 18:14:15
 
 
À
02/11/1999 18:13:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00285626
Message ID:
00285824
Vues:
43
>>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.

Woops. Make that second example read:

oShell = CREATEOBJECT("Shell.Application")
oShell.Open("mailto:esmoore@texas.net")
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform