<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MattVanAndel.com &#187; Email</title>
	<atom:link href="http://www.mattvanandel.com/tag/email/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattvanandel.com</link>
	<description>Web Development for the Developmentally Challenged</description>
	<lastBuildDate>Thu, 29 Jul 2010 22:33:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>(C#) Sending an Email with an Attachment (via Form)</title>
		<link>http://www.mattvanandel.com/842/c-sending-an-email-with-an-attachment-via-form/</link>
		<comments>http://www.mattvanandel.com/842/c-sending-an-email-with-an-attachment-via-form/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 17:58:31 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Toolbox]]></category>
		<category><![CDATA[@Complexity: Intermediate]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Email]]></category>

		<guid isPermaLink="false">http://www.mattvanandel.com/?p=842</guid>
		<description><![CDATA[This article explains how to send an email that includes an attachment from a web form. This is particularly useful if you need to create a web form that allows users to upload their own file attachments. The examples in this article assume that you already have a form with a FileUpload element in it, named "fuAttachment". This particular method is especially useful since it does not require you to save any files to the server before sending the email. The posted data is instead handled directly. 

You should already by familiar with sending emails from ASP.NET before reading this article.]]></description>
		<wfw:commentRss>http://www.mattvanandel.com/842/c-sending-an-email-with-an-attachment-via-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(C#) Sending an Email (Plain-Text &amp; HTML)</title>
		<link>http://www.mattvanandel.com/771/c-sending-an-email/</link>
		<comments>http://www.mattvanandel.com/771/c-sending-an-email/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 18:57:11 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Toolbox]]></category>
		<category><![CDATA[@Complexity: Intermediate]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Email]]></category>

		<guid isPermaLink="false">http://www.mattvanandel.com/?p=771</guid>
		<description><![CDATA[This article covers the various methods of sending an email using C#, either in plain text or HTML.]]></description>
		<wfw:commentRss>http://www.mattvanandel.com/771/c-sending-an-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
