Discussion:
Get image content ID from MAPI eMail
(too old to reply)
Tora
2009-11-04 16:51:58 UTC
Permalink
Hi all,

I have here a Outlook 2003 Client with a Exchange 2003 server. I have a
little vba code that create a new email with embedded images with the
CDO interface.

In the next step I must read a another message from the exchange 2003
server with Outlook 2003 / XP.

How can I read the content id of the attachment from the message.

Can me help someone please. I have searched in the internet but what I
have found works not.

Thank you all form help.

Best regards,
Tora
Sue Mosher [MVP]
2009-11-04 17:30:58 UTC
Permalink
Use CDO to access the attachment's PR_ATTACH_CONTENT_ID property, 0x3712001E
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
Post by Tora
Hi all,
I have here a Outlook 2003 Client with a Exchange 2003 server. I have a
little vba code that create a new email with embedded images with the CDO
interface.
In the next step I must read a another message from the exchange 2003
server with Outlook 2003 / XP.
How can I read the content id of the attachment from the message.
Can me help someone please. I have searched in the internet but what I
have found works not.
Thank you all form help.
Best regards,
Tora
Tora
2009-11-05 16:13:45 UTC
Permalink
Post by Sue Mosher [MVP]
Use CDO to access the attachment's PR_ATTACH_CONTENT_ID property, 0x3712001E
Hi Sue, Hi Michael,

thank you for the Information. Have you a little sample code for me that
work? I have already tried this but this will not work with 0x3712001E

Thank you for help...

Best regards,
Tora
Sue Mosher [MVP]
2009-11-05 16:29:14 UTC
Permalink
What specifically doesn't work? Show your code.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
Post by Tora
Post by Sue Mosher [MVP]
Use CDO to access the attachment's PR_ATTACH_CONTENT_ID property, 0x3712001E
Hi Sue, Hi Michael,
thank you for the Information. Have you a little sample code for me that
work? I have already tried this but this will not work with 0x3712001E
Thank you for help...
Best regards,
Tora
Michael Bauer [MVP - Outlook]
2009-11-04 18:05:27 UTC
Permalink
the PR_ATTACH_CONTENT_ID property has the prop tag 0x3712001E
--
Best regards
Michael Bauer - MVP Outlook

: Outlook Categories? Category Manager Is Your Tool
: VBOffice Reporter for Data Analysis & Reporting
: <http://www.vboffice.net/product.html?pub=6&lang=en>
Post by Tora
Hi all,
I have here a Outlook 2003 Client with a Exchange 2003 server. I have a
little vba code that create a new email with embedded images with the
CDO interface.
In the next step I must read a another message from the exchange 2003
server with Outlook 2003 / XP.
How can I read the content id of the attachment from the message.
Can me help someone please. I have searched in the internet but what I
have found works not.
Thank you all form help.
Best regards,
Tora
Loading...