R
RobertGustafson
Guest
WHAT I HAVE:
Visual Basic 2019, .NET 4.6.1, WinForms
MY PROBLEM:
I've learned how to use SMTP (System.Net.Mail) to send emails, including messages in HTML format. But what if the message contains 1 or more images--not as attachments, but as part of the message itself? Unlike RTF documents--where images are embedded into the main body of the text--HTML documents "link" images as separate files. If the HTML for an email message I'm trying to send refers to images, how do I get those files to the recipient, such that they display in the message when he/she opens it? Can I do it using SMTP? Please answer ASAP, and give any code in VB!
Robert Gustafson
Continue reading...
Visual Basic 2019, .NET 4.6.1, WinForms
MY PROBLEM:
I've learned how to use SMTP (System.Net.Mail) to send emails, including messages in HTML format. But what if the message contains 1 or more images--not as attachments, but as part of the message itself? Unlike RTF documents--where images are embedded into the main body of the text--HTML documents "link" images as separate files. If the HTML for an email message I'm trying to send refers to images, how do I get those files to the recipient, such that they display in the message when he/she opens it? Can I do it using SMTP? Please answer ASAP, and give any code in VB!
Robert Gustafson
Continue reading...