![]() |
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,
I use the following vbScript-code to add an attachment (image type) to a custom contact item: Set myAttachments = Item.Attachments If myAttachments.count = 0 then myAttachments.add strPath, olEmbeddeditem , 1, "picture" end if I assume that the code above adds the file as an embedded attachment to the item, not just as a link to the file location. However, when I open the item, the file is addedd as a link. When I try to add a file to the contact item from menu Insert...File and choose attachment in file open dialog the file is acctually add as an embedded file. How can I do that programmatically? -- Thanks in advance Bodo |
Ads |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook 2002 SP3:Problem with adding attachment to custom contact | Bodo | Outlook - Using Forms | 0 | August 31st 07 04:18 PM |
Adding contact information to custom form | razornt | Outlook - Using Forms | 1 | October 20th 06 04:52 PM |
Attachment Problem with Custom Form | HHo | Outlook - Using Forms | 6 | September 29th 06 03:32 AM |
problem in adding value to custom field in inbox | Zoom | Outlook and VBA | 1 | May 28th 06 02:40 PM |
office xp (2002) attachment problem | RJ | Outlook - General Queries | 4 | May 19th 06 10:27 PM |