<?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 for Blog | Limilabs</title>
	<atom:link href="http://www.limilabs.com/blog/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.limilabs.com/blog</link>
	<description></description>
	<lastBuildDate>Tue, 15 May 2012 13:28:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Download email attachments in .NET by Limilabs support</title>
		<link>http://www.limilabs.com/blog/download-email-attachments-net#comment-12827</link>
		<dc:creator>Limilabs support</dc:creator>
		<pubDate>Tue, 15 May 2012 13:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.limilabs.com/blog/?p=258#comment-12827</guid>
		<description>@Archana,

&gt; I get a error message that the UID does not exists
Most likely you are trying to download this message for a second time.
Gmail&#039;s POP3 behavior is quite different from other POP3 servers (http://www.limilabs.com/blog/gmail-pop3-behavior)
I strongly advise you to use IMAP, it&#039;s going to by much easier for you and you&#039;ll be able to access other folders.

To access different folder than Inbox you need to use IMAP protocol:
http://www.limilabs.com/blog/folder-access-with-imap</description>
		<content:encoded><![CDATA[<p>@Archana,</p>
<p>&gt; I get a error message that the UID does not exists<br />
Most likely you are trying to download this message for a second time.<br />
Gmail&#8217;s POP3 behavior is quite different from other POP3 servers (<a href="http://www.limilabs.com/blog/gmail-pop3-behavior" rel="nofollow">http://www.limilabs.com/blog/gmail-pop3-behavior</a>)<br />
I strongly advise you to use IMAP, it&#8217;s going to by much easier for you and you&#8217;ll be able to access other folders.</p>
<p>To access different folder than Inbox you need to use IMAP protocol:<br />
<a href="http://www.limilabs.com/blog/folder-access-with-imap" rel="nofollow">http://www.limilabs.com/blog/folder-access-with-imap</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Access custom email header using IMAP by Limilabs support</title>
		<link>http://www.limilabs.com/blog/access-custom-email-header-using-imap#comment-12826</link>
		<dc:creator>Limilabs support</dc:creator>
		<pubDate>Tue, 15 May 2012 13:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.limilabs.com/blog/?p=1390#comment-12826</guid>
		<description>@Paul

You are correct. In most cases there is just a single instance of particular email header. 
You can use &lt;em&gt;GetValues&lt;/em&gt; method to access multiple headers:

[csharp]
List&lt;string&gt; values = mail.Headers.GetValues(&quot;Received&quot;);
[/csharp]</description>
		<content:encoded><![CDATA[<p>@Paul</p>
<p>You are correct. In most cases there is just a single instance of particular email header.<br />
You can use <em>GetValues</em> method to access multiple headers:</p>
<pre class="brush: csharp;">
List&lt;string&gt; values = mail.Headers.GetValues(&quot;Received&quot;);
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Access custom email header using IMAP by Paul</title>
		<link>http://www.limilabs.com/blog/access-custom-email-header-using-imap#comment-12823</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 15 May 2012 13:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.limilabs.com/blog/?p=1390#comment-12823</guid>
		<description>I did some testing and it appears that it returns the top-most header if there is more than one.  That&#039;s good for me, but it may cause problems for other developers.</description>
		<content:encoded><![CDATA[<p>I did some testing and it appears that it returns the top-most header if there is more than one.  That&#8217;s good for me, but it may cause problems for other developers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Access custom email header using IMAP by Paul</title>
		<link>http://www.limilabs.com/blog/access-custom-email-header-using-imap#comment-12820</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 15 May 2012 12:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.limilabs.com/blog/?p=1390#comment-12820</guid>
		<description>Thanks.  One more question.  I noticed that there is more than one Delivered-To header but the Headers collection only returns one string value.  How do I find them all and loop through?  I want the one at the top (the one that Gmail stamps on with the inbox address) but I don&#039;t know if that&#039;s the one that will be returned.</description>
		<content:encoded><![CDATA[<p>Thanks.  One more question.  I noticed that there is more than one Delivered-To header but the Headers collection only returns one string value.  How do I find them all and loop through?  I want the one at the top (the one that Gmail stamps on with the inbox address) but I don&#8217;t know if that&#8217;s the one that will be returned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Access custom email header using IMAP by Limilabs support</title>
		<link>http://www.limilabs.com/blog/access-custom-email-header-using-imap#comment-12819</link>
		<dc:creator>Limilabs support</dc:creator>
		<pubDate>Tue, 15 May 2012 12:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.limilabs.com/blog/?p=1390#comment-12819</guid>
		<description>@Paul,

Headers collection is &lt;strong&gt;not &lt;/strong&gt;case sensitive.
This means that email.Document.Root.Headers[&quot;Delivered-To&quot;] and email.Document.Root.Headers[&quot;delivered-to&quot;] return same header value.</description>
		<content:encoded><![CDATA[<p>@Paul,</p>
<p>Headers collection is <strong>not </strong>case sensitive.<br />
This means that email.Document.Root.Headers["Delivered-To"] and email.Document.Root.Headers["delivered-to"] return same header value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Access custom email header using IMAP by Paul</title>
		<link>http://www.limilabs.com/blog/access-custom-email-header-using-imap#comment-12812</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 15 May 2012 12:23:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.limilabs.com/blog/?p=1390#comment-12812</guid>
		<description>Is the Headers collection case sensitive?  In other words, if the header I&#039;m looking for is &quot;Delivered-To&quot; and I use &quot;delivered-to&quot; as the index, will it work?  If not, is there a fast way of specifying case insensitivity?</description>
		<content:encoded><![CDATA[<p>Is the Headers collection case sensitive?  In other words, if the header I&#8217;m looking for is &#8220;Delivered-To&#8221; and I use &#8220;delivered-to&#8221; as the index, will it work?  If not, is there a fast way of specifying case insensitivity?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Download email attachments in .NET by Archana</title>
		<link>http://www.limilabs.com/blog/download-email-attachments-net#comment-12787</link>
		<dc:creator>Archana</dc:creator>
		<pubDate>Tue, 15 May 2012 09:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.limilabs.com/blog/?p=258#comment-12787</guid>
		<description>Hi,

Your dll is great, but there is a problem that I am facing.
I have added the save attachment option on a button click event:

&lt;code&gt;
pop3.ConnectSSL(&quot;pop.gmail.com&quot;);
pop3.UseBestLogin(&quot;username&quot;, &quot;password&quot;);

IMail email = new MailBuilder().CreateFromEml(
    pop3.GetMessageByUID(lst.SelectedValue));

foreach (MimeData attachment in email.Attachments)
{
    if (attachment.FileName == lblAttachment.Text)
    {
        attachment.Save(&quot;c:\\&quot; + attachment.SafeFileName);
    }
}
pop3.Close();
&lt;/code&gt;

but I get a error message that the UID does not exists, and also how do I access the sent mails (sent items)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Your dll is great, but there is a problem that I am facing.<br />
I have added the save attachment option on a button click event:</p>
<p><code><br />
pop3.ConnectSSL("pop.gmail.com");<br />
pop3.UseBestLogin("username", "password");</p>
<p>IMail email = new MailBuilder().CreateFromEml(<br />
    pop3.GetMessageByUID(lst.SelectedValue));</p>
<p>foreach (MimeData attachment in email.Attachments)<br />
{<br />
    if (attachment.FileName == lblAttachment.Text)<br />
    {<br />
        attachment.Save("c:\\" + attachment.SafeFileName);<br />
    }<br />
}<br />
pop3.Close();<br />
</code></p>
<p>but I get a error message that the UID does not exists, and also how do I access the sent mails (sent items)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Save all attachments to disk using POP3 by Receive emails using POP3 &#124; Blog &#124; Limilabs</title>
		<link>http://www.limilabs.com/blog/save-all-attachments-to-disk-using-pop3#comment-12483</link>
		<dc:creator>Receive emails using POP3 &#124; Blog &#124; Limilabs</dc:creator>
		<pubDate>Sun, 13 May 2012 09:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.limilabs.com/blog/?p=1264#comment-12483</guid>
		<description>[...] At that point you can also access attachments. [...]</description>
		<content:encoded><![CDATA[<p>[...] At that point you can also access attachments. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use SSL with POP3 by Receive emails using POP3 &#124; Blog &#124; Limilabs</title>
		<link>http://www.limilabs.com/blog/use-ssl-with-pop3#comment-12391</link>
		<dc:creator>Receive emails using POP3 &#124; Blog &#124; Limilabs</dc:creator>
		<pubDate>Sat, 12 May 2012 11:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.limilabs.com/blog/index.php/use-ssl-with-pop3#comment-12391</guid>
		<description>[...] First thing you need to do is to connect to your POP3 server. Use Connect(string host) method to connect to the server. Typically POP3 server is working on port 110. You can use Connect(string host, int port) overload when you need to specify different port, or ConnectSSL  methods to use POP3 over SSL. [...]</description>
		<content:encoded><![CDATA[<p>[...] First thing you need to do is to connect to your POP3 server. Use Connect(string host) method to connect to the server. Typically POP3 server is working on port 110. You can use Connect(string host, int port) overload when you need to specify different port, or ConnectSSL  methods to use POP3 over SSL. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access To, Cc, Bcc fields by Get common email fields (Subject, Text) with IMAP &#124; Blog &#124; Limilabs</title>
		<link>http://www.limilabs.com/blog/how-to-access-to-cc-bcc-fields#comment-12282</link>
		<dc:creator>Get common email fields (Subject, Text) with IMAP &#124; Blog &#124; Limilabs</dc:creator>
		<pubDate>Fri, 11 May 2012 17:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.limilabs.com/blog/?p=2009#comment-12282</guid>
		<description>[...] a bit tricky as they can contain address groups. You can learn more about how to work with them in how to access To, Cc, Bcc fields [...]</description>
		<content:encoded><![CDATA[<p>[...] a bit tricky as they can contain address groups. You can learn more about how to work with them in how to access To, Cc, Bcc fields [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

