Other than the fact that you don't have the actual base64 in there?!?
One thing I forgot to mention, make sure you change the mime type to match your image. In the example above, I changed it to PNG.
Printable View
Other than the fact that you don't have the actual base64 in there?!?
One thing I forgot to mention, make sure you change the mime type to match your image. In the example above, I changed it to PNG.
If you're using programming to generate this, check out this
http://support.jodohost.com/archive/...hp?t-7692.html
You need to provide a "CID" content id reference to the source image and then use the AddRelatedBodyPart property in order that it'll be attached to the email text.
I want to thank both of you for the massive help you have been!!
Since I am using CDO in my VB5 program to send the Email, the link to the CDO code looks very promising.
I have to finish another project now but will get back on this Wed or Thurs.
Will let you know how it turns out. Thanks again for all of your help.