Images showing as attachments

  • Thread starter Thread starter sygnet
  • Start date Start date
S

sygnet

Is there a way for Outlook 2003 to receive HTML emails
with embeded images, without the images showing as
attachments?
 
Only if the user sends the message with the images embedded.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
Is this what you mean bu embedded?

<tr>
<td width="100%" height="40"><img src
= "http://www.domain.com/emails/images/logo.gif"
width="100%" height="40" unselectable="on">
</td>
</tr>

If not, how do you embed an image?
thanks
-----Original Message-----
Only if the user sends the message with the images embedded.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers



"sygnet" <[email protected]> wrote in
message news:[email protected]...
 
Close. That's an image linked to an image file on the Internet. An embedded image would be one attached to the message but displayed in the message body with an <img> tag.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
Back
Top