Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
E-MAIL Application
Message
De
16/11/1998 22:18:06
 
 
À
16/11/1998 22:13:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00158081
Message ID:
00158115
Vues:
15
>>How could I automate from my commandbutton named "Send E-mail" wherein the NEW MESSAGE window of the Microsoft Exchange will pop-up on my screen.
>
>Hm... if you are in 6.0 you can use the new URL controll and use a mailto: tag, which should bring up your message send screen.
>
>Other than that, you will want to use automation with your mail client.
>
>BOb

Generic /client independent solution:

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

Click here to load this message in the networking platform