Hello all. The link containing the VBA code was great for attached images. Unfortunately, the author did not consider 'included' images.
These seem to be embedded through IMG SRC with "CID:" for its value (???). Which is HTML but - help me out - because I do not have any idea how SMTP stores the binary data (image) to access it so it can be stripped into a file for saving (to jpeg). It does not have it linked. It is embedded somewhere so that it is not an attachment AND it is not a linked image.
Here is helpful detail that may enlighten this seemingly new way of putting images in emails. This is a .NET related question where FAQ details HOW to implement embedding images this way. It just doesnt say how to strip it from the email. But that is the reason for my post:
http://www.systemnetmail.com/faq/4.4.aspx
I know this is an older topic but it is too obscure to be posting additional posts. I am looking for a way to, at least, get that binary data image so I can save it to a new file. I am versed in VBA. Just need some direction. Thanks
Just in case you want evidence, here is the 'image' html from the email messages source:
Quote
> <IMG SRC="cid:X.MA1.1197914461@aol.com" ID="MA1.1197914461" WIDTH="900" HEIGHT="954" BORDER="0" DATASIZE="293291"
Are you referring to my code at;
http://www.howto-outlook.com/howto/saveembeddedpictures.htm
CID refers to an embedded pictures so the VBA will save that picture.
The VBA code doesn't save pictures that are stored on a webserver. To do
that open the message in a browser.
See http://www.howto-outlook.com/howto/openinbrowser.htm

Signature
Robert Sparnaaij [MVP-Outlook]
Coauthor, Configuring Microsoft Outlook 2003
http://www.howto-outlook.com/
Outlook FAQ, HowTo, Downloads, Add-Ins and more
http://www.msoutlook.info/
Real World Questions, Real World Answers
-----
> Hello all. The link containing the VBA code was great for attached images.
> Unfortunately, the author did not consider 'included' images.
[quoted text clipped - 25 lines]
> --
> NULL
E - 21 Dec 2007 21:10 GMT
Yes. Before replying, I re-ran the example and it worked fine. I must
have had selected a message not having an embedded image while
stepping through the code. I apologize.
Thanks for the great code. I'm gonna have to purchase the book now.
Thanks,
E
On Dec 19, 7:24 am, "Roady [MVP]"
<newsgroups_DELETE_@_DELETE_sparnaaij_NO_._SPAM_net> wrote:
> Are you referring to my code at;http://www.howto-outlook.com/howto/saveembeddedpictures.htm
>
[quoted text clipped - 45 lines]
>
> - Show quoted text -
Roady [MVP] - 22 Dec 2007 11:03 GMT
You're welcome and enjoy!

Signature
Robert Sparnaaij [MVP-Outlook]
Coauthor, Configuring Microsoft Outlook 2003
http://www.howto-outlook.com/
Outlook FAQ, HowTo, Downloads, Add-Ins and more
http://www.msoutlook.info/
Real World Questions, Real World Answers
-----
> Yes. Before replying, I re-ran the example and it worked fine. I must
> have had selected a message not having an embedded image while
[quoted text clipped - 65 lines]
>>
>> - Show quoted text -