in message
The pictures appear with in the email along with text, they are not
attachments that have to be opened separtely. I am simply just
forwarding the
email.
That does NOT say whether the images are linked or embedded in the
e-mail itself. "Appearing" is what you see, not how the HTML code
specifies the content. The images will still "appear" within the body
of the e-mail even if they are linked images (i.e., there are <IMG
src=urlsource ...> tags within your HTML-formatted e-mail for external
content which "appears" within the body of the e-mail). The linked
external content will still appear inline to the body of the e-mail
but it is still an external link.
You can check the HTML code for the HTML-formatted e-mail (right-click
in the body of the e-mail to View Source). See if there are <IMG>
tags for the images. If not, check if there are MIME parts that
encode the image in plain-text along with disposition=inline. Those
are embedded images (i.e., they are not retrieved from some external
file server).
It is likely that when you forward inline that the linked external
content is getting filtered out for security reasons. That is why I
suggested forwarding as *attachment* so the recipient gets the actual
original e-mail rather than your edited inline copy of it. Otherwise,
you could check if the option "When an HTML message contains pictures
.... send copy of pictures instead of reference" is enabled. Maybe
that will convert the linked external images to embedded images in
your *new* e-mail that you send to someone else. That is the option's
name in OL2002 under Tools -> Options -> Mail Format tab -> Internet
options. You did not mention WHICH version of Outlook that you use.