Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Attachments in Outlook from VFP
Message
 
To
23/01/2003 17:36:52
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00744895
Message ID:
00744953
Views:
8
Have you tried to just add the attachment rather then creating the attachment object:

lcFullPathForClaimAttachment = SYS(5) + SYS(2003) + "\" + This.cClaimFileName
myItem.Attachments.Add (lcFullPathForClaimAttachment)

The add method will create a new attachment object if it needs to.
Look at the Count method to see if the attachment has been added eg. myItem.Attachments.Count.


Paul.
Previous
Reply
Map
View

Click here to load this message in the networking platform