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
 
Back
Top