<?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 lightyeardesign.com</title>
	<atom:link href="http://lightyeardesign.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://lightyeardesign.com</link>
	<description>Design.  Develop.  Defy.</description>
	<lastBuildDate>Fri, 18 May 2012 14:28:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Comment on Outlook rule to save attachments to a web directory by apar</title>
		<link>http://lightyeardesign.com/2009/04/outlook-rule-to-extract-attachments-to-a-web-directory/comment-page-1/#comment-373</link>
		<dc:creator>apar</dc:creator>
		<pubDate>Fri, 18 May 2012 14:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://lightyeardesign.com/?p=13#comment-373</guid>
		<description>Thanks for the code. The code works fine a few times. Some times the attachments are not saved.
I debugged and figured out what the issue was. Most of the items the mail item does not have attachments. In my opinion, that is because, the code gets activated even before the mail attachment gets downloaded completely. Is there anyway, I can get the rule to act a few seconds after the mail arrives than right away?

Thanks</description>
		<content:encoded><![CDATA[<p>Thanks for the code. The code works fine a few times. Some times the attachments are not saved.<br />
I debugged and figured out what the issue was. Most of the items the mail item does not have attachments. In my opinion, that is because, the code gets activated even before the mail attachment gets downloaded completely. Is there anyway, I can get the rule to act a few seconds after the mail arrives than right away?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Outlook rule to save attachments to a web directory by Jennifer Bennett</title>
		<link>http://lightyeardesign.com/2009/04/outlook-rule-to-extract-attachments-to-a-web-directory/comment-page-1/#comment-372</link>
		<dc:creator>Jennifer Bennett</dc:creator>
		<pubDate>Thu, 17 May 2012 18:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://lightyeardesign.com/?p=13#comment-372</guid>
		<description>This was extremely helpful for what i needed. I have a few question on this as far as the functions I need to use this for:

1. I am trying to put this file in a ftp network so what i would have to do is change this line strFolderPath to something else but I was unsure how to code it to a specific networking pathway through an EI directoty

2. The file names and formats are specific in the manner they are sent.. i was curious if this would work for that:
strFilename = Item.Subject &amp; ” ” &amp; Format(CDate(Now), “yyyy_MM_dd”) &amp; “.pdf”


as far as the format ..it would be &quot;wildcard_wildcard_ATMC&quot; &quot;wildcard_wildcard_OHT&quot;

They are send by subject lines in the the first twofield attributes but are distinguished to wish EI path by the &quot;_OHT&quot; attribute


Any help you could provide would be appreciative.</description>
		<content:encoded><![CDATA[<p>This was extremely helpful for what i needed. I have a few question on this as far as the functions I need to use this for:</p>
<p>1. I am trying to put this file in a ftp network so what i would have to do is change this line strFolderPath to something else but I was unsure how to code it to a specific networking pathway through an EI directoty</p>
<p>2. The file names and formats are specific in the manner they are sent.. i was curious if this would work for that:<br />
strFilename = Item.Subject &amp; ” ” &amp; Format(CDate(Now), “yyyy_MM_dd”) &amp; “.pdf”</p>
<p>as far as the format ..it would be &#8220;wildcard_wildcard_ATMC&#8221; &#8220;wildcard_wildcard_OHT&#8221;</p>
<p>They are send by subject lines in the the first twofield attributes but are distinguished to wish EI path by the &#8220;_OHT&#8221; attribute</p>
<p>Any help you could provide would be appreciative.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Outlook rule to save attachments to a web directory by Sue</title>
		<link>http://lightyeardesign.com/2009/04/outlook-rule-to-extract-attachments-to-a-web-directory/comment-page-1/#comment-371</link>
		<dc:creator>Sue</dc:creator>
		<pubDate>Tue, 15 May 2012 20:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://lightyeardesign.com/?p=13#comment-371</guid>
		<description>&lt;a href=&quot;#comment-321&quot; rel=&quot;nofollow&quot;&gt;@Thantos &lt;/a&gt; 
I would like to pull both &quot;pdf&quot; and &quot;tif&quot; attachment out to a folder - how would I modify the script to do this?</description>
		<content:encoded><![CDATA[<p><a href="#comment-321" rel="nofollow">@Thantos </a><br />
I would like to pull both &#8220;pdf&#8221; and &#8220;tif&#8221; attachment out to a folder &#8211; how would I modify the script to do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Outlook rule to save attachments to a web directory by Drew</title>
		<link>http://lightyeardesign.com/2009/04/outlook-rule-to-extract-attachments-to-a-web-directory/comment-page-1/#comment-370</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Sat, 28 Apr 2012 03:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://lightyeardesign.com/?p=13#comment-370</guid>
		<description>Thank you, this is perfect. I have Google Analytics set up to email PDFs of my visitor data on a weekly basis. With close to 10 websites that I monitor regularly, this enabled me to have the files automatically downloaded to a single directory.

Works perfectly in MS Outlook 2010
Just modified the path to where my files are to be stored and replaced &quot;htm&quot; to &quot;pdf&quot; where appropriate.

Thank you for this!</description>
		<content:encoded><![CDATA[<p>Thank you, this is perfect. I have Google Analytics set up to email PDFs of my visitor data on a weekly basis. With close to 10 websites that I monitor regularly, this enabled me to have the files automatically downloaded to a single directory.</p>
<p>Works perfectly in MS Outlook 2010<br />
Just modified the path to where my files are to be stored and replaced &#8220;htm&#8221; to &#8220;pdf&#8221; where appropriate.</p>
<p>Thank you for this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Outlook rule to save attachments to a web directory by DavidA</title>
		<link>http://lightyeardesign.com/2009/04/outlook-rule-to-extract-attachments-to-a-web-directory/comment-page-1/#comment-369</link>
		<dc:creator>DavidA</dc:creator>
		<pubDate>Thu, 02 Feb 2012 19:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://lightyeardesign.com/?p=13#comment-369</guid>
		<description>Thanks for sharing. I am using this to file my receipts: I want to take a picture from my phone and send it to myself. I had to edit the folder location where I wanted my attachments saved as well as the attachment extension. It is working great.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing. I am using this to file my receipts: I want to take a picture from my phone and send it to myself. I had to edit the folder location where I wanted my attachments saved as well as the attachment extension. It is working great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Save a semi-colon delimited file in Microsoft Excel by GP</title>
		<link>http://lightyeardesign.com/2010/02/save-a-semi-colon-delimited-file-in-microsoft-excel/comment-page-1/#comment-368</link>
		<dc:creator>GP</dc:creator>
		<pubDate>Tue, 24 Jan 2012 18:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://lightyeardesign.com/?p=94#comment-368</guid>
		<description>In Windows 7, go to Control Panel -&gt; Clock, Language, and Region -&gt; Region and Language -&gt; click &quot;Additional settings...&quot;, and change the value next to &quot;List separator:&quot;</description>
		<content:encoded><![CDATA[<p>In Windows 7, go to Control Panel -&gt; Clock, Language, and Region -&gt; Region and Language -&gt; click &#8220;Additional settings&#8230;&#8221;, and change the value next to &#8220;List separator:&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Outlook rule to save attachments to a web directory by David</title>
		<link>http://lightyeardesign.com/2009/04/outlook-rule-to-extract-attachments-to-a-web-directory/comment-page-1/#comment-367</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 22 Jan 2012 21:40:45 +0000</pubDate>
		<guid isPermaLink="false">http://lightyeardesign.com/?p=13#comment-367</guid>
		<description>This isn&#039;t working for me. The rule is moving the emails to a folder, but it isn&#039;t saving the attachments. The first time I manually ran the rule it asked for permission to run the script due to security, and I allowed it. This is the line I have edited in the code. It&#039;s a valid path. Nothing is being saved to disk.
strRootFolderPath = &quot;e:\backup\&quot;</description>
		<content:encoded><![CDATA[<p>This isn&#8217;t working for me. The rule is moving the emails to a folder, but it isn&#8217;t saving the attachments. The first time I manually ran the rule it asked for permission to run the script due to security, and I allowed it. This is the line I have edited in the code. It&#8217;s a valid path. Nothing is being saved to disk.<br />
strRootFolderPath = &#8220;e:\backup\&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ExpressionEngine search results:  custom template paths for section URLs with categories by body check supplement</title>
		<link>http://lightyeardesign.com/2011/02/expressionengine-search-results-custom-template-paths-for-section-urls-with-categories/comment-page-1/#comment-366</link>
		<dc:creator>body check supplement</dc:creator>
		<pubDate>Tue, 17 Jan 2012 11:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://lightyeardesign.com/?p=113#comment-366</guid>
		<description>Thank you very much for your post, it is indeed wonderful to read your article,I like it very much.</description>
		<content:encoded><![CDATA[<p>Thank you very much for your post, it is indeed wonderful to read your article,I like it very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Save a semi-colon delimited file in Microsoft Excel by JA</title>
		<link>http://lightyeardesign.com/2010/02/save-a-semi-colon-delimited-file-in-microsoft-excel/comment-page-1/#comment-360</link>
		<dc:creator>JA</dc:creator>
		<pubDate>Fri, 12 Aug 2011 14:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://lightyeardesign.com/?p=94#comment-360</guid>
		<description>Does not work in Windows 7 with Excel 2010.</description>
		<content:encoded><![CDATA[<p>Does not work in Windows 7 with Excel 2010.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Outlook rule to save attachments to a web directory by Scott Smith</title>
		<link>http://lightyeardesign.com/2009/04/outlook-rule-to-extract-attachments-to-a-web-directory/comment-page-1/#comment-352</link>
		<dc:creator>Scott Smith</dc:creator>
		<pubDate>Mon, 27 Jun 2011 04:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://lightyeardesign.com/?p=13#comment-352</guid>
		<description>This code was exactly waht I was looking for.  However I want to add one thing.   How do I run a an mdb file after I have this code save a txt file?

I am going to use this to save incoming text files, but I need to run an mdb file to add them to my database.

Scott</description>
		<content:encoded><![CDATA[<p>This code was exactly waht I was looking for.  However I want to add one thing.   How do I run a an mdb file after I have this code save a txt file?</p>
<p>I am going to use this to save incoming text files, but I need to run an mdb file to add them to my database.</p>
<p>Scott</p>
]]></content:encoded>
	</item>
</channel>
</rss>

