T
Trapulo
Hello,
I need to send an email from vb.net. The body may be html encoded, and all
images related to the html (<img src....>) may be embedded in the email
content instead of refer to remote urls.
I've tried a lot of solution, but I can only get a message with images
embedded but no html, or message with html but no images embedded. What is
the right way to have this goal?
I have a dictionary with <image name, image content as byte array >, and a
string with <img src="image name">. I've tried working with AlternateView,
CreateAlternateViewFromString, LinkedResource objects...
thanks
I need to send an email from vb.net. The body may be html encoded, and all
images related to the html (<img src....>) may be embedded in the email
content instead of refer to remote urls.
I've tried a lot of solution, but I can only get a message with images
embedded but no html, or message with html but no images embedded. What is
the right way to have this goal?
I have a dictionary with <image name, image content as byte array >, and a
string with <img src="image name">. I've tried working with AlternateView,
CreateAlternateViewFromString, LinkedResource objects...
thanks