VB.NET and HTML email embed image

molemenacer

Active member
Joined
Jul 27, 2006
Messages
27
Location
Haywards Heath, UK
Programming Experience
Beginner
Hi all,

I am not sure that this is even possible but i thought i would ask.

In my application currently when an html file is emailed out the images are not accessible as they are stored on a network machine. As long as the email is within the network the images can be seen. The problem occurs when they get emailed out of the network.

What i want to know is,

Is it possible to use VB.NET to embed images into the html at runtime and then email the html file with the embedded images?

Thanks in advance
 
I created an html email draft with an inserted image, when I look at the email source code it simply has an IMG tag with SRC pointing to the filename of the image, the image is also an attachment of the message. Many samples for emailing with .Net here: http://www.systemnetmail.com/
 
Back
Top