Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Attachment Manipulation from Outlook
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00606074
Message ID:
00606752
Views:
47
>Thanks, that was it. Could you tell me what the properties and methods available for the attachments are? (I couldn't find this info anywhere.) I need to know which property will tell me who the sender is and which property will tell me the name of the attachment.
>TIA.

1) SenderName property of item object. (oItem.SenderName)
2) FileName property of attachment object. (oItem.Attachments(nIndex).FileName)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform