![]() |
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
|
|||
|
|||
![]()
Hi,
Is it possible to open and extract the content in attachment and save it to MS Access. Regards Raju A |
#2
|
|||
|
|||
![]()
Sure, save the attachment to the file system and load it into Access.
If you don't want to do that you'd have to either be running Outlook 2007 or a call a lower level API than the Outlook object model to get at the PR_ATTACH_DATA_BIN property (0x37010102), which is a PT_BINARY property. You'd also need to access other properties of that item in the Attachments table for attachment name and so on. If you try to use the OOM from Outlook 2007 with the PropertyAccessor object to retrieve PR_ATTACH_DATA_BIN it must be under about 4KB or you'll get a MAPI_E_NOT_ENOUGH_MEMORY error, since PropertyAccessor doesn't fall back to an IStream to read properties larger than it can handle with a direct MAPI call. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Raju A" wrote in message ... Hi, Is it possible to open and extract the content in attachment and save it to MS Access. Regards Raju A |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Scan & Extract Email Content | Buddy | Outlook and VBA | 1 | February 6th 07 06:57 AM |
How to open a msg attachment? | SA | Outlook - General Queries | 1 | January 16th 07 11:25 PM |
Extract data from email attachment and add to datbase? | [email protected] | Outlook - General Queries | 1 | October 30th 06 06:15 AM |
Attachment Content at risk of being altered | AndyH | Outlook - General Queries | 3 | May 31st 06 04:16 AM |
Open an Attachment | Eric Legault [MVP - Outlook] | Outlook - Using Forms | 0 | January 10th 06 05:32 PM |