Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to email multiple files through vfp
Message
De
08/08/2002 14:50:27
 
 
À
08/08/2002 09:03:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00687467
Message ID:
00687672
Vues:
22
>I am trying to send email through vfp using OLEcontrol but I can only send one file. I can't attach multiple files.

Before adding another file as attachment use the following command:
MAPIMessages.Object.AttachmentIndex = MAPIMessages.Object.AttachmentCount
** And here you add the attachment
MAPIMessages.Object.AttachmentPathName = "C:\MyAttachment.txt"
HTH
Zlatin Zlatev,
MCSD (VS6)

Make solutions, not programs!

Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform