Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Outlook / General MS Outlook Questions / December 2007

Tip: Looking for answers? Try searching our database.

saving embedded images

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Bob Bins - 17 Aug 2007 14:47 GMT
How come when when I am using outlook 2007 and I right click on an image
that is embedded in an HTML email it does not have an option to save?  The
only option that is not greyed out is copy.   When I try to use copy/paste
in to a folder it saves it as some kind of scrap file.
BillR [MVP] - 17 Aug 2007 15:18 GMT
that's the design with Outlook 2007. Paste it into an image editor such as
Paint instead.

Signature

Bill R MVP

> How come when when I am using outlook 2007 and I right click on an image
> that is embedded in an HTML email it does not have an option to save?  The
> only option that is not greyed out is copy.   When I try to use copy/paste
> in to a folder it saves it as some kind of scrap file.
Bob Bins - 17 Aug 2007 15:54 GMT
Thats crazy.  Thank god I can switch back and forth to outlook express.  I
feel sorry for anyone who's company forces them to use Outlook only.  :(

> that's the design with Outlook 2007. Paste it into an image editor such as
> Paint instead.
[quoted text clipped - 3 lines]
>> The only option that is not greyed out is copy.   When I try to use
>> copy/paste in to a folder it saves it as some kind of scrap file.
BillR [MVP] - 17 Aug 2007 16:19 GMT
"I feel sorry for anyone who's company forces them to use Outlook only."
For a minor little issue like this? Most companies actually use the features
in Outlook which OE doesn't have. Id' say they would be more appreciative of
the many new features and fixes than worried over something this trivial.
It appears you only use outlook as a basic email client. OE would suit you.
Signature

Bill R MVP

> Thats crazy.  Thank god I can switch back and forth to outlook express.  I
> feel sorry for anyone who's company forces them to use Outlook only.  :(
[quoted text clipped - 6 lines]
>>> The only option that is not greyed out is copy.   When I try to use
>>> copy/paste in to a folder it saves it as some kind of scrap file.
Bob Bins - 17 Aug 2007 16:30 GMT
Trivial?  I get about 3-4 emails a week where people put pictures in the
email from familiy photos to web site draft snap shots.  Do you really
expect me to have to open another application everytime I want to save an
image.    On top of that then I have to worry about the format and quality
being changed?  This is a major make or break feature for a mail client.

> "I feel sorry for anyone who's company forces them to use Outlook only."
> For a minor little issue like this? Most companies actually use the
[quoted text clipped - 14 lines]
>>>> save? The only option that is not greyed out is copy.   When I try to
>>>> use copy/paste in to a folder it saves it as some kind of scrap file.
Roady [MVP] - 17 Aug 2007 23:00 GMT
See http://www.howto-outlook.com/howto/saveembeddedpictures.htm

Signature

Robert Sparnaaij [MVP-Outlook]
Coauthor, Configuring Microsoft Outlook 2003
http://www.howto-outlook.com/
Outlook FAQ, HowTo, Downloads, Add-Ins and more

-----

> How come when when I am using outlook 2007 and I right click on an image
> that is embedded in an HTML email it does not have an option to save?  The
> only option that is not greyed out is copy.   When I try to use copy/paste
> in to a folder it saves it as some kind of scrap file.
ewest305 - 19 Dec 2007 06:07 GMT
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"

-
NULL
Roady [MVP] - 19 Dec 2007 12:24 GMT
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 -
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.