<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://code.msdn.microsoft.com/rss.xsl"?><rss version="2.0"><channel><title>sendemail Wiki Rss Feed</title><link>http://code.msdn.microsoft.com/sendemail/Wiki/View.aspx?title=Home</link><description>sendemail Wiki Rss Description</description><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/sendemail/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Send E-mail
&lt;/h1&gt;A simple C&amp;#35;&amp;#47;VB.NET code snippet for sending an SMTP-based e-mail message.  It supports multiple recipients but does not support attachments.
&lt;br /&gt;&lt;h2&gt;
Sending E-mail
&lt;/h2&gt;Sending a quick e-mail message using this code snippet is simple:&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Download the source code from the &lt;a href="http://code.msdn.microsoft.com/sendemail/Wiki/View.aspx?title=Releases&amp;amp;referringTitle=Home"&gt;Releases&lt;/a&gt; tab.&lt;/li&gt;&lt;li&gt;Copy the C# or VB.NET version of the &lt;b&gt;SendMessage&lt;/b&gt; method to your project.&lt;/li&gt;&lt;li&gt;Modify the &lt;b&gt;Client.Host&lt;/b&gt; property within the &lt;b&gt;SendMessage&lt;/b&gt; method to point to your SMTP server (look for the &amp;quot;TODO&amp;quot; in the source code).&lt;/li&gt;&lt;li&gt;Call the &lt;b&gt;SendMessage&lt;/b&gt; method passing in the appropriate arguments.&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;Here are a couple of examples:&lt;br /&gt; &lt;br /&gt;&lt;b&gt;C#&lt;/b&gt;&lt;br /&gt;&lt;pre&gt;
  // Send a quick e-mail message
  SendEmail.SendMessage(&amp;quot;This is a Test&amp;quot;, 
     &amp;quot;This is a test message...&amp;quot;,
     &amp;quot;noboday@nowhere.com&amp;quot;,
     &amp;quot;somebody@somewhere.com&amp;quot;, 
     &amp;quot;ccme@somewhere.com&amp;quot;);
&lt;/pre&gt; &lt;br /&gt;&lt;b&gt;VB.NET&lt;/b&gt;&lt;br /&gt;&lt;pre&gt;
  ' Send a quick e-mail message
  SendEmail.SendMessage(&amp;quot;This is a Test&amp;quot;, _
     &amp;quot;This is a test message...&amp;quot;, _
     &amp;quot;noboday@nowhere.com&amp;quot;, _
     &amp;quot;somebody@somewhere.com&amp;quot;, _
     &amp;quot;ccme@somewhere.com&amp;quot;)
&lt;/pre&gt; &lt;br /&gt;&lt;b&gt;Supported .NET Framework Versions&lt;/b&gt;&lt;br /&gt;  - .NET Framework 2.0&lt;br /&gt;  - .NET Framework 3.0&lt;br /&gt;  - .NET Framework 3.5&lt;br /&gt;
&lt;/div&gt;</description><author>jbramwell</author><pubDate>Wed, 13 Feb 2008 16:01:16 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080213P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/sendemail/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Send E-mail
&lt;/h1&gt;A simple C&amp;#35;&amp;#47;VB.NET code snippet for sending an SMTP-based e-mail message.  It supports multiple recipients but does not support attachments.
&lt;br /&gt;&lt;h2&gt;
Sending E-mail
&lt;/h2&gt;Sending a quick e-mail message using this code snippet is simple:&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Download the source code from the &lt;a href="http://code.msdn.microsoft.com/sendemail/Wiki/View.aspx?title=Releases&amp;amp;referringTitle=Home"&gt;Releases&lt;/a&gt; tab.&lt;/li&gt;&lt;li&gt;Copy the C# or VB.NET version of the &lt;b&gt;SendMessage&lt;/b&gt; method to your project.&lt;/li&gt;&lt;li&gt;Call the &lt;b&gt;SendMessage&lt;/b&gt; method passing in the appropriate arguments.&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;Here are a couple of examples:&lt;br /&gt; &lt;br /&gt;&lt;b&gt;C#&lt;/b&gt;&lt;br /&gt;&lt;pre&gt;
  // Send a quick e-mail message
  SendEmail.SendMessage(&amp;quot;This is a Test&amp;quot;, 
     &amp;quot;This is a test message...&amp;quot;,
     &amp;quot;noboday@nowhere.com&amp;quot;,
     &amp;quot;somebody@somewhere.com&amp;quot;, 
     &amp;quot;ccme@somewhere.com&amp;quot;);
&lt;/pre&gt; &lt;br /&gt;&lt;b&gt;VB.NET&lt;/b&gt;&lt;br /&gt;&lt;pre&gt;
  ' Send a quick e-mail message
  SendEmail.SendMessage(&amp;quot;This is a Test&amp;quot;, _
     &amp;quot;This is a test message...&amp;quot;, _
     &amp;quot;noboday@nowhere.com&amp;quot;, _
     &amp;quot;somebody@somewhere.com&amp;quot;, _
     &amp;quot;ccme@somewhere.com&amp;quot;)
&lt;/pre&gt; &lt;br /&gt;&lt;b&gt;Supported .NET Framework Versions&lt;/b&gt;&lt;br /&gt;  - .NET Framework 2.0&lt;br /&gt;  - .NET Framework 3.0&lt;br /&gt;  - .NET Framework 3.5&lt;br /&gt;
&lt;/div&gt;</description><author>jbramwell</author><pubDate>Mon, 11 Feb 2008 16:41:18 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080211P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/sendemail/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Send E-mail
&lt;/h1&gt;A simple C&amp;#35;&amp;#47;VB.NET code snippet for sending an SMTP-based e-mail message.  It supports multiple recipients but does not support attachments.
&lt;br /&gt;&lt;h2&gt;
Sending E-mail
&lt;/h2&gt;Sending a quick e-mail message using this code snippet is simple:&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Download the source code from the &lt;a href="http://code.msdn.microsoft.com/sendemail/Wiki/View.aspx?title=Releases&amp;amp;referringTitle=Home"&gt;Releases&lt;/a&gt; tab.&lt;/li&gt;&lt;li&gt;Copy the C# or VB.NET version of the &lt;b&gt;SendMessage&lt;/b&gt; method to your project.&lt;/li&gt;&lt;li&gt;Call the &lt;b&gt;SendMessage&lt;/b&gt; method passing in the appropriate arguments.&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;Here are a couple of examples:&lt;br /&gt; &lt;br /&gt;&lt;b&gt;C#&lt;/b&gt;&lt;br /&gt;&lt;pre&gt;
  // Send a quick e-mail message
  SendEmail.SendMessage(&amp;quot;This is a Test&amp;quot;, 
       &amp;quot;This is a test message...&amp;quot;,
       &amp;quot;noboday@nowhere.com&amp;quot;,
       &amp;quot;somebody@somewhere.com&amp;quot;, 
       &amp;quot;ccme@somewhere.com&amp;quot;);
&lt;/pre&gt; &lt;br /&gt;&lt;b&gt;VB.NET&lt;/b&gt;&lt;br /&gt;&lt;pre&gt;
  ' Send a quick e-mail message
  SendEmail.SendMessage(&amp;quot;This is a Test&amp;quot;, _
     &amp;quot;This is a test message...&amp;quot;, _
     &amp;quot;noboday@nowhere.com&amp;quot;, _
     &amp;quot;somebody@somewhere.com&amp;quot;, _
     &amp;quot;ccme@somewhere.com&amp;quot;)
&lt;/pre&gt; &lt;br /&gt;&lt;b&gt;Supported .NET Framework Versions&lt;/b&gt;&lt;br /&gt;  - .NET Framework 2.0&lt;br /&gt;  - .NET Framework 3.0&lt;br /&gt;  - .NET Framework 3.5&lt;br /&gt;
&lt;/div&gt;</description><author>jbramwell</author><pubDate>Mon, 11 Feb 2008 16:40:53 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080211P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/sendemail/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Send E-mail
&lt;/h1&gt;A simple C&amp;#35;&amp;#47;VB.NET code snippet for sending an SMTP-based e-mail message.  It supports multiple recipients but does not support attachments.
&lt;br /&gt;&lt;h2&gt;
Sending E-mail
&lt;/h2&gt;Sending a quick e-mail message using this code snippet is simple:&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Download the source code from the &lt;a href="http://code.msdn.microsoft.com/sendemail/Wiki/View.aspx?title=Releases&amp;amp;referringTitle=Home"&gt;Releases&lt;/a&gt; tab.&lt;/li&gt;&lt;li&gt;Copy the C# or VB.NET version of the &lt;b&gt;SendMessage&lt;/b&gt; method to your project.&lt;/li&gt;&lt;li&gt;Call the &lt;b&gt;SendMessage&lt;/b&gt; method passing in the appropriate arguments.&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;Here are a couple of examples:&lt;br /&gt; &lt;br /&gt;&lt;b&gt;C#&lt;/b&gt;&lt;br /&gt;&lt;pre&gt;
  // Send a quick e-mail message
  SendEmail.SendMessage(&amp;quot;This is a Test&amp;quot;, 
       &amp;quot;This is a test message...&amp;quot;,
       &amp;quot;noboday@nowhere.com&amp;quot;,
       &amp;quot;somebody@somewhere.com&amp;quot;, 
       &amp;quot;ccme@somewhere.com&amp;quot;);
&lt;/pre&gt; &lt;br /&gt;&lt;b&gt;VB.NET&lt;/b&gt;&lt;br /&gt;&lt;pre&gt;
     ' Send a quick e-mail message
     SendEmail.SendMessage(&amp;quot;This is a Test&amp;quot;, _
          &amp;quot;This is a test message...&amp;quot;, _
          &amp;quot;noboday@nowhere.com&amp;quot;, _
          &amp;quot;somebody@somewhere.com&amp;quot;, _
          &amp;quot;ccme@somewhere.com&amp;quot;)
&lt;/pre&gt; &lt;br /&gt;&lt;b&gt;Supported .NET Framework Versions&lt;/b&gt;&lt;br /&gt;  - .NET Framework 2.0&lt;br /&gt;  - .NET Framework 3.0&lt;br /&gt;  - .NET Framework 3.5&lt;br /&gt;
&lt;/div&gt;</description><author>jbramwell</author><pubDate>Mon, 11 Feb 2008 16:27:23 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080211P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/sendemail/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;A simple C&amp;#35;&amp;#47;VB.NET code snippet for sending an SMTP-based e-mail message.  It supports multiple recipients but does not support attachments.
&lt;br /&gt;
&lt;/div&gt;</description><author>jbramwell</author><pubDate>Fri, 08 Feb 2008 19:11:36 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080208P</guid></item></channel></rss>