Export Attachments

K

Klaus Kammann

Hello!

While exporting attachments with vba I get a problem with linked
attachments(Like Birthdays in contacts).
Can I verify if an attachment is an outlook-element or an external link?

Many thanks

Klaus
 
S

Sue Mosher [MVP-Outlook]

Yes, just check the value of the Attachment.Type property and save only those attachments where it equals olByValue (= 1). Those are the actual attached files.
 
K

Klaus Kammann

Many thanks!
Yes, just check the value of the Attachment.Type property and save only
those attachments where it equals olByValue (= 1). Those are the actual
attached files.
 
Top