Include Graphic File In Body Of Html E-mail

TimTDP

Registered User.
Local time
Today, 04:49
Joined
Oct 24, 2008
Messages
213
I use cdo to create e-mails.
How can I include a graphic file in the message of an html e-mail?
Like a company logo
I use Access 2000

I need a solution that is e-mail client independant. It must use cdo only
 
You can use a hyperlink to display the graphic file.

In the past i have used uuencode to insert pictures in html code. the webbrowser uses uudecode to convert the string of characters into a graphic file.

Enjoy!
 
Thanks
Can you explain a little further?
 
Instead of inserting the picture into the message, add a hyperlink to the picture in the HTML message. You have to store the picture in a place that is accessible to the user.

HTH:D
 

Users who are viewing this thread

Back
Top Bottom