Sending email from vb.net with embedded images?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to send an email from code vb.net with embedded images similar to the way you can send an email from without Outlook with the image within the contents of the email? (not a link to an external web server?)

thx
dave
 
Yes. Anything is possible. But it's not easy. The standard Class Library
doesn't support that, so you either have to find code that does or do it
yourself. It's not that difficult, just create a multipart/related MIME
message.

Is one answer enough?

Jerry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top