The original HTML can be rewritten by Outlook. The worst if you actually
study the HTML is if a message is part of a thread and the messages going
back and forth are moving between the Outlook editor and WordMail. That's a
real mess.
If you open the attachments table and look at each attachment you can see
how it was attached from the PR_ATTACH_METHOD property (PT_LONG,
0x37050003).
ATTACH_BY_VALUE = 1, etc. Same values as the Attachment.Type value you get
from the Outlook object model. Avoid olEmbeddeditem (5).

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
>I am trying to determine if one of my attachments from an Outlook
> message is an embedded Image in the HTML Body of this message.
[quoted text clipped - 39 lines]
>
> Thanks
chris - 27 Feb 2006 19:33 GMT
Thanks Ken, I will give this a go and let you know how it works out :)
regards,
Chris