<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/c-sharp/tags/gmail</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 21 May 2013 20:07:06 GMT</pubDate>
<item>
<title>(C#) Send Gmail email using C# - kyrathaba</title>
<link>http://snipplr.com/view/42105/send-gmail-email-using-c/</link>
<description><![CDATA[ <p>Notes:\r\n\r\n(1) your namespace\'s using section should include the following:\r\nusing System.Net.Mail;\r\n\r\n(2) my example code places the email-sending code in a Button\'s Click() event-handler</p> ]]></description>
<pubDate>Tue, 12 Oct 2010 13:52:01 GMT</pubDate>
<guid>http://snipplr.com/view/42105/send-gmail-email-using-c/</guid>
</item>
<item>
<title>(C#) Check Gmail using ImapX.dll - kyrathaba</title>
<link>http://snipplr.com/view/41358/check-gmail-using-imapxdll/</link>
<description><![CDATA[ <p>Hacked together 10/01/2010\\r\\n\\r\\nPosted about it here:\\\\http://www.donationcoder.com/Forums/bb/index.php?topic=24148.0\\r\\n\\r\\nDownload sample solution from here:\\\\r\\\\nhttp://www.glensforkumc.com/non_church/csSampleSolutions/MyIMAP.zip  Note: the sample solution contains the ImapX.dll file</p> ]]></description>
<pubDate>Sat, 02 Oct 2010 22:15:59 GMT</pubDate>
<guid>http://snipplr.com/view/41358/check-gmail-using-imapxdll/</guid>
</item>
<item>
<title>(C#) Sending emails (particularly with gmail and google apps for domains) - pckujawa</title>
<link>http://snipplr.com/view/32573/sending-emails-particularly-with-gmail-and-google-apps-for-domains/</link>
<description><![CDATA[ <p>For both gmail and gApps, use smtp.gmail.com on port 25 with SSL and NetworkCredentials.

Neither can send email to their own address, but they can send to other addresses.

[NLog](http://nlog-project.org/) has [an example](http://nlog-project.org/wiki/Using_NLog_with_GMail) of how to automatically send emails in order to log info from an app.</p> ]]></description>
<pubDate>Wed, 21 Apr 2010 10:44:27 GMT</pubDate>
<guid>http://snipplr.com/view/32573/sending-emails-particularly-with-gmail-and-google-apps-for-domains/</guid>
</item>
<item>
<title>(C#) Send Email from your GMAIL account using ASP.Net and C# - planetcall</title>
<link>http://snipplr.com/view/5035/send-email-from-your-gmail-account-using-aspnet-and-c/</link>
<description><![CDATA[ <p>This is a code example which demonstrates how to send Email with attachment using your GMAIL Account.</p> ]]></description>
<pubDate>Wed, 13 Feb 2008 01:13:26 GMT</pubDate>
<guid>http://snipplr.com/view/5035/send-email-from-your-gmail-account-using-aspnet-and-c/</guid>
</item>
</channel>
</rss>