I have an image stored in sql server. I want to retrieve the image and place it in a MailMessage object, not as an attachment file, but as part of the html body.
I found many samples using local image file, but I have not found any using an image from a database.
Anyone know how I can do this in vb.net?
Thank you in advance!
Javier