<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: ASP.NET &#8211; Sending Email Both in HTML and Plain Text</title>
	<atom:link href="http://www.search-this.com/2009/02/05/aspnet-sending-email-both-in-html-and-plain-text/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.search-this.com/2009/02/05/aspnet-sending-email-both-in-html-and-plain-text/</link>
	<description>Internet Marketing, Website Promotion and Blogging Advice</description>
	<lastBuildDate>Wed, 17 Mar 2010 06:00:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: lien</title>
		<link>http://www.search-this.com/2009/02/05/aspnet-sending-email-both-in-html-and-plain-text/comment-page-1/#comment-160470</link>
		<dc:creator>lien</dc:creator>
		<pubDate>Tue, 16 Feb 2010 21:45:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=804#comment-160470</guid>
		<description>How do you get rid of the .dat attachment when you send mail as html?  Thoughts?</description>
		<content:encoded><![CDATA[<p>How do you get rid of the .dat attachment when you send mail as html?  Thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shalimar</title>
		<link>http://www.search-this.com/2009/02/05/aspnet-sending-email-both-in-html-and-plain-text/comment-page-1/#comment-159438</link>
		<dc:creator>shalimar</dc:creator>
		<pubDate>Sat, 30 Jan 2010 06:27:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=804#comment-159438</guid>
		<description>I first thank you very much for this venture. But I would like to mention that I copied your code and tried to run it in visual studio. Mail is sending with out any content in body. I don&#039;t know why the content is not coming.

            I am very thankful if you send a downloadable copy of the working code is mailed to me.</description>
		<content:encoded><![CDATA[<p>I first thank you very much for this venture. But I would like to mention that I copied your code and tried to run it in visual studio. Mail is sending with out any content in body. I don&#8217;t know why the content is not coming.</p>
<p>            I am very thankful if you send a downloadable copy of the working code is mailed to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doris</title>
		<link>http://www.search-this.com/2009/02/05/aspnet-sending-email-both-in-html-and-plain-text/comment-page-1/#comment-159404</link>
		<dc:creator>Doris</dc:creator>
		<pubDate>Fri, 29 Jan 2010 20:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=804#comment-159404</guid>
		<description>When I include the
EmbeddedMailObject the HTML message body is null.

But if I exclude it, everything works. I’ve double checked my paths. 

Any Ideas? Thanks</description>
		<content:encoded><![CDATA[<p>When I include the<br />
EmbeddedMailObject the HTML message body is null.</p>
<p>But if I exclude it, everything works. I’ve double checked my paths. </p>
<p>Any Ideas? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kjetil Myhre</title>
		<link>http://www.search-this.com/2009/02/05/aspnet-sending-email-both-in-html-and-plain-text/comment-page-1/#comment-156288</link>
		<dc:creator>Kjetil Myhre</dc:creator>
		<pubDate>Wed, 25 Nov 2009 21:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=804#comment-156288</guid>
		<description>Excellent walk-through! Just what I needed to keep going strong :)</description>
		<content:encoded><![CDATA[<p>Excellent walk-through! Just what I needed to keep going strong <img src='http://www.search-this.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: .NET Junkie</title>
		<link>http://www.search-this.com/2009/02/05/aspnet-sending-email-both-in-html-and-plain-text/comment-page-1/#comment-154973</link>
		<dc:creator>.NET Junkie</dc:creator>
		<pubDate>Fri, 06 Nov 2009 03:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=804#comment-154973</guid>
		<description>Thanks for the code and explanation. It helped me out!</description>
		<content:encoded><![CDATA[<p>Thanks for the code and explanation. It helped me out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomas</title>
		<link>http://www.search-this.com/2009/02/05/aspnet-sending-email-both-in-html-and-plain-text/comment-page-1/#comment-148965</link>
		<dc:creator>Tomas</dc:creator>
		<pubDate>Mon, 03 Aug 2009 18:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=804#comment-148965</guid>
		<description>Hi, thanks for this article, the only one I ve found by now that explains how to send html emails. 

I have a same problem as ANUPAMA, it keep sending blank body, any idea why? 

I checked if htlm file.exists before i load it. 

Is there any catch with html file? does it have to have ?

Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Hi, thanks for this article, the only one I ve found by now that explains how to send html emails. </p>
<p>I have a same problem as ANUPAMA, it keep sending blank body, any idea why? </p>
<p>I checked if htlm file.exists before i load it. </p>
<p>Is there any catch with html file? does it have to have ?</p>
<p>Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ngocdv</title>
		<link>http://www.search-this.com/2009/02/05/aspnet-sending-email-both-in-html-and-plain-text/comment-page-1/#comment-148610</link>
		<dc:creator>Ngocdv</dc:creator>
		<pubDate>Tue, 28 Jul 2009 03:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=804#comment-148610</guid>
		<description>Instead of using a HTML file, i use html code with css. It&#039;s very good. only i can&#039;t use BodyFileName as a html file.</description>
		<content:encoded><![CDATA[<p>Instead of using a HTML file, i use html code with css. It&#8217;s very good. only i can&#8217;t use BodyFileName as a html file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ANUPAMA</title>
		<link>http://www.search-this.com/2009/02/05/aspnet-sending-email-both-in-html-and-plain-text/comment-page-1/#comment-148341</link>
		<dc:creator>ANUPAMA</dc:creator>
		<pubDate>Thu, 23 Jul 2009 08:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=804#comment-148341</guid>
		<description>instead of using message.BodyFileName = &quot;email.htm&quot; i passed html message but it shows error</description>
		<content:encoded><![CDATA[<p>instead of using message.BodyFileName = &#8220;email.htm&#8221; i passed html message but it shows error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ngocdv</title>
		<link>http://www.search-this.com/2009/02/05/aspnet-sending-email-both-in-html-and-plain-text/comment-page-1/#comment-147335</link>
		<dc:creator>Ngocdv</dc:creator>
		<pubDate>Sat, 04 Jul 2009 09:32:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=804#comment-147335</guid>
		<description>This Article is very useful. I tried but only sent a blank body. Coult you tell me the reason? Thanks a lot!</description>
		<content:encoded><![CDATA[<p>This Article is very useful. I tried but only sent a blank body. Coult you tell me the reason? Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thai nisit</title>
		<link>http://www.search-this.com/2009/02/05/aspnet-sending-email-both-in-html-and-plain-text/comment-page-1/#comment-146679</link>
		<dc:creator>Thai nisit</dc:creator>
		<pubDate>Tue, 23 Jun 2009 01:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=804#comment-146679</guid>
		<description>this article very helpful!
Thx</description>
		<content:encoded><![CDATA[<p>this article very helpful!<br />
Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.search-this.com/2009/02/05/aspnet-sending-email-both-in-html-and-plain-text/comment-page-1/#comment-143983</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 29 May 2009 15:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=804#comment-143983</guid>
		<description>Perhaps I&#039;m trying to run when I should be walking (since I&#039;m new to asp.net) but you say your article will explain things and I find I&#039;m still very very confused. I think if you had included the email.htm file somewhere it would have been helpful for people like me. Maybe that&#039;s cheating, but I&quot;m a one man band here and don&#039;t have a lot of time to decipher things. I do think, in concept, that your solution is a good one, I just need to figure it out.</description>
		<content:encoded><![CDATA[<p>Perhaps I&#8217;m trying to run when I should be walking (since I&#8217;m new to asp.net) but you say your article will explain things and I find I&#8217;m still very very confused. I think if you had included the email.htm file somewhere it would have been helpful for people like me. Maybe that&#8217;s cheating, but I&#8221;m a one man band here and don&#8217;t have a lot of time to decipher things. I do think, in concept, that your solution is a good one, I just need to figure it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://www.search-this.com/2009/02/05/aspnet-sending-email-both-in-html-and-plain-text/comment-page-1/#comment-141078</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Mon, 11 May 2009 19:18:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=804#comment-141078</guid>
		<description>When I include the
EmbeddedMailObject the HTML message body is null.


But if I exclude it, everything works. I&#039;ve double checked my paths. 

Any Ideas? Thanks</description>
		<content:encoded><![CDATA[<p>When I include the<br />
EmbeddedMailObject the HTML message body is null.</p>
<p>But if I exclude it, everything works. I&#8217;ve double checked my paths. </p>
<p>Any Ideas? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Golgotha</title>
		<link>http://www.search-this.com/2009/02/05/aspnet-sending-email-both-in-html-and-plain-text/comment-page-1/#comment-138779</link>
		<dc:creator>Golgotha</dc:creator>
		<pubDate>Mon, 20 Apr 2009 16:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=804#comment-138779</guid>
		<description>@Josh - Sorry, my bad. I missed that one. I have now updated the post.

@Al - Thanks for the heads up; much appreciated.</description>
		<content:encoded><![CDATA[<p>@Josh &#8211; Sorry, my bad. I missed that one. I have now updated the post.</p>
<p>@Al &#8211; Thanks for the heads up; much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.search-this.com/2009/02/05/aspnet-sending-email-both-in-html-and-plain-text/comment-page-1/#comment-138562</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Sun, 19 Apr 2009 06:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=804#comment-138562</guid>
		<description>Great example. But I was noticing the same issue as Al. The &quot;MailMessage&quot; and &quot;MailDefinition&quot; seem to be out of order. It would be great if you could modify the post to reflect that. I was stuck on it for quite a while</description>
		<content:encoded><![CDATA[<p>Great example. But I was noticing the same issue as Al. The &#8220;MailMessage&#8221; and &#8220;MailDefinition&#8221; seem to be out of order. It would be great if you could modify the post to reflect that. I was stuck on it for quite a while</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sen</title>
		<link>http://www.search-this.com/2009/02/05/aspnet-sending-email-both-in-html-and-plain-text/comment-page-1/#comment-136695</link>
		<dc:creator>Sen</dc:creator>
		<pubDate>Thu, 09 Apr 2009 19:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=804#comment-136695</guid>
		<description>Is there any way to attach a MHT file instead of html?</description>
		<content:encoded><![CDATA[<p>Is there any way to attach a MHT file instead of html?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 1.250 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-18 07:12:21 -->
