Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Which email program (outlook etc ) has a user
Message
De
03/03/1999 14:01:56
 
 
À
03/03/1999 13:46:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00193681
Message ID:
00193711
Vues:
18
>do you know how i can email within my program without knowing wich
>email program the user have,
>I heared about mapi etc but i dont know much about that ,
>can you help out erik.
>
>
>david

MAPI is a little dependent on the client installed on the machine. You can start the mail program addressed to a person with:

oShell = CREATEOBJECT('Shell.Application')
oShell.Open('mailto:esmoore@flash.net')

but you can't do much more with it.

If you need to power to insert text, attach files, and send without user intervention, I would look into MAPI, or a 3rd party product like IDSMail.

IDSMail is independent of mail client: it works with MS clients as well as Lotus and several others.

There are articles and sample files for using MAPI here in the knowledge base and files section.
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform