Ok - what if you just want to access the property of the attachment that lets
you know what the CID is for an embedded image attachment?
Do this just using VSTO objects and MAPI properties found within the
MailItem.Attachments[x] item, no third party library...
"Ken Slovak - [MVP - Outlook]" wrote:.
See http://www.outlookcode.com/codedetail.aspx?id=52
--
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
"Kctan80" wrote in message
...
Greeting all,
How can i differentiate between embedded image inside body of email &
image
that attached inside mail itself. When i looking into MailItem.Attachments
object, it contains these 2 images with no indication whether this image
is
belong as embedded image or attachment.
Please help. Thanks.