Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to send attachment by use MAPI ?
Message
From
21/11/2001 04:55:30
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
21/11/2001 04:15:00
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00584315
Message ID:
00584348
Views:
28
>Hi Cetin,
> If i have more than one attachment files to send ? and those files is in different path and different filenames.
> How to do it ?
> Thanks
>
>
>kengwen

Chang,
As I said aAttachList array holds multiple path&filenames. Set there like this :

dimension aAttachList[3]
aAttachList[1] = 'c:\windows\leaves.bmp'
aAttachList[2] = 'c:\Program files\Microsoft Visual Studio\VFP98\foxtools.fll'
aAttachList[3] = 'c:\autoexec.bat'

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform