![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
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.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Klaus Kammann" wrote in message ... 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 |
#3
|
|||
|
|||
![]()
Many thanks!
"Sue Mosher [MVP-Outlook]" schrieb im Newsbeitrag ... 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. "Klaus Kammann" wrote in message ... 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? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
outllook/import&export/export to file (not responding) | carjax | Outlook - Using Contacts | 1 | March 4th 08 11:34 PM |
Export attachments | Megan[_2_] | Outlook - Calandaring | 0 | September 26th 07 09:08 PM |
export attachments from outlook contacts | Sangeeta Nobyt | Outlook - Using Contacts | 0 | June 29th 07 04:11 PM |
Export email and attachments to access | fari | Outlook - Using Forms | 0 | April 23rd 07 02:16 PM |
How to export message + attachments using .NET | [email protected] | Add-ins for Outlook | 5 | March 1st 06 06:43 AM |