User564995064 posted
Hi all!
I have an application in which I need to email a confirmation page to the applicant. I would like the logo to be at the top of the email. Currently it is in my images folder in Visual Studio 2010. I have tried several different ways to
get the image embedded but nothing will work. I would appreciate any assistance you can give.
StringBuilder mailBody1 = new StringBuilder();
mailBody1.Append("<p>image here</p>");
mailBody1.Append("<p>Your application has been successfully submitted.</p>");
mailBody1.Append("<p> Confirmation Number: 123456"</p>");
mailBody1.Append("<p>Sincerely,</p>");