Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to email multiple files through vfp
Message
From
08/08/2002 14:50:27
 
 
To
08/08/2002 09:03:30
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00687467
Message ID:
00687672
Views:
21
>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!

Previous
Reply
Map
View

Click here to load this message in the networking platform