Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy file attachments
Message
From
28/02/2005 15:28:19
Joel Hokanson
Services Integration Group
Bellaire, Texas, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
West Wind Web Connection
Title:
Copy file attachments
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00991344
Message ID:
00991344
Views:
47
I am using sample code for wwpop3 to retrieve email.

It works well and is fast and I have put email data for each email to a table (works GREAT), but I am a little confused as to how to store a copy of the attachments.

loPOP = Createobject("wwPOP3")

Even if the email has NO attachments, loPOP.aMessages[x].nAttachments apparently returns a value of 1 (saying there is one attachment). So naturally I just ignore attachment one.

I want to copy all other attachments to a local drive.

SO I want to copy:
loPop.aMessages[x].aAttachments[y].cBody to a file named
loPOP.aMessages[x].aAttachments[y].cFileName on my local system


Can you help me with this?
Next
Reply
Map
View

Click here to load this message in the networking platform