|
-
February 17th, 2012, 10:39 AM
#16
Re: Can't embed image into HTML Email VB5
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 the post was helpful...Rate it! Remember to use [code] or [php] tags.
-
February 17th, 2012, 10:48 AM
#17
Re: Can't embed image into HTML Email VB5
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.
-
February 18th, 2012, 05:54 PM
#18
Re: Can't embed image into HTML Email VB5
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|