Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outlook's Attachment
Message
From
18/02/1999 08:23:46
 
 
To
18/02/1999 07:53:11
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00188796
Message ID:
00188802
Views:
18
you will have to be at the Item level with your objects, for this do work
? Item.Attachments.Count
for i = 1 to Item.Attachments.Count
*Each Attachment In ColAttachments
ThisItemAttachment=Item.Attachments.Item(i)
ThisItemAttachmentDisplayName=ThisItemAttachment.DisplayName
ThisItemAttachmentPathName=ThisItemAttachment.PathName
ThisItemAttachmenttype=ThisItemAttachment.Type
ThisItemAttachmentPosition=ThisItemAttachment.Position
endfor

Hope this helps
Iain Brodie
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform