Where is this located <img src =cid:[email protected]>

  • Thread starter Thread starter LarryE
  • Start date Start date
L

LarryE

I have a friend who keeps sending me emails with graphics
inserted but not attached. Where can I go to find out from
where this image is loaded. Both are using Outlook 2002.

The line from the html source is :

<img width=160 height=150 id=MA1.1080293929
src="cid:[email protected]" title="" border=0
DATASIZE=3171><br>
 
LarryE said:
I have a friend who keeps sending me emails with graphics
inserted but not attached. Where can I go to find out from
where this image is loaded. Both are using Outlook 2002.

The line from the html source is :

<img width=160 height=150 id=MA1.1080293929
src="cid:[email protected]" title="" border=0
DATASIZE=3171><br>

CID means "Content ID" and should be a signal that the image is embedded in
the mesage. See
http://forums.htmlcenter.com/showthread.php?s=&threadid=768
and also
http://www.outlookcode.com/d/code/htmlimg.htm
 
Back
Top