CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    Join Date
    May 2002
    Posts
    10,943

    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.

  2. #17
    Join Date
    Jun 2009
    Posts
    113

    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.

  3. #18
    Join Date
    Jan 2012
    Posts
    35

    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.

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured