1.4 KiB
1.4 KiB
title | author | description | ms.author | manager | ms.date | ms.topic | ms.assetid | ms.technology | ms.prod | msc.legacyurl | msc.type |
---|---|---|---|---|---|---|---|---|---|---|---|
[How Do I:] Embed an Image in an Email with ASP.NET | Microsoft Docs | rick-anderson | Chris Pels shows how to embed an image in an email with ASP.NET. He creates a web form (with fields for To, From, Subject, and Body), uses the AlternateView... | aspnetcontent | wpickett | 11/06/2008 | article | 424788ac-0a43-4063-99e7-db5aa4c66a9d | dotnet-webforms | .net-framework | /web-forms/videos/how-do-i/how-do-i-embed-an-image-in-an-email-with-aspnet | video |
[How Do I:] Embed an Image in an Email with ASP.NET
by Chris Pels
Chris Pels shows how to embed an image in an email with ASP.NET. He creates a web form (with fields for To, From, Subject, and Body), uses the AlternateView class to create text and HTML versions of an email, stores an image in a LinkedResource class instance, embeds it in the HTML AlternateView. He then adds both versions to the MailMessage object and sends the email twice, first with HTML-receiving capabilities enabled and then as text-only. Both email messages appear in Outlook. The HTML version shows the embedded image; the text version does not.