Send inline images in email

  • Thread starter Thread starter Nhat Yen
  • Start date Start date
N

Nhat Yen

Hi everyone,

Is it possible to send an email with inline images (i.e. no need to
specified to image url on web server) by using .NET System.Web.Mail
namespace?

Thanks!

Nhat Yen
 
No. To send inline images you need to create a MIME formatted e-mail, you
use the mime/related content type. And System.Web.Mail can't do that. You
need a third party class that can, there's quite a few around.

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