Include web references in an e-mail.

M

Mufasa

I want to be able to send an e-mail that will point to our server -
specifically images. We change the images frequently (like hourly) and I
want the e-mail to show the 'current' one on the server. So I need to have a
refence to the file on the server, not one locally in the e-mail.

I already know this if fraught with problems (what if they aren't connected,
....) but this is what my people want to do.

How do I do this through Outlook?

TIA - Jeff.
 
B

Brian Tillman [MVP - Outlook]

I want to be able to send an e-mail that will point to our server -
specifically images. We change the images frequently (like hourly) and I
want the e-mail to show the 'current' one on the server. So I need to have
a refence to the file on the server, not one locally in the e-mail.

I already know this if fraught with problems (what if they aren't
connected, ...) but this is what my people want to do.

How do I do this through Outlook?

Include a UNC or a URL that points to the file on the server. Don't embed
the file at all. Let the receiver go get it.
 
S

Sue Mosher [MVP-Outlook]

And be prepared for many if not most external recipients not to see the image
because they have their email program set up not to download images from the
Internet.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
 
M

Mufasa

Can you give me an example of how to do that? I've tried putting straight
HTML and it doesn't work. It always is treated as text.
 
B

Brian Tillman [MVP - Outlook]

Can you give me an example of how to do that? I've tried putting straight
HTML and it doesn't work. It always is treated as text.

I'd include a UNC like

<\\myserver\myshare\myfolder\myfile>
 
M

Mufasa

Whenever I do that, it converts the name to a link you need to click on. I
want it to be a link that automatically loads the image for me.

J.
 
D

Diane Poremsky [MVP]

Top