Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
EMail Attachment
Message
De
26/04/2002 16:33:32
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
EMail Attachment
Divers
Thread ID:
00649796
Message ID:
00649796
Vues:
36
I'm using ShellExecute to open up the registered e-mail program. Is there a way to have it include an attached file? Here's what I'm doing now:

DECLARE INTEGER ShellExecute ;
IN SHELL32.DLL ;
INTEGER nWinHandle,;
STRING cOperation,;
STRING cFileName,;
STRING cParameters,;
STRING cDirectory,;
INTEGER nShowWindow

shellexecute(0,'Open','mailto:alan@kbasoftware.com','','',1)


Thanks,
Alan
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform