<?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 on: Directory size monitoring with VBScript</title>
	<atom:link href="http://www.lewisroberts.com/2005/09/09/directory-size-monitoring-with-vbscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lewisroberts.com/2005/09/09/directory-size-monitoring-with-vbscript/</link>
	<description>me, on scripting, trance and other subjects i enjoy</description>
	<lastBuildDate>Thu, 26 Jan 2012 20:40:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: LJR</title>
		<link>http://www.lewisroberts.com/2005/09/09/directory-size-monitoring-with-vbscript/comment-page-1/#comment-11</link>
		<dc:creator>LJR</dc:creator>
		<pubDate>Fri, 30 Sep 2005 18:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.lewisroberts.com/?p=22#comment-11</guid>
		<description>Since tinkering with Windows XP Service Pack 2 it has come to my attention that unless another configuration item within the CDO.Message is set, it may not work and will bounce return an error.

Simply add to avoid this problem.
&lt;code&gt;
objMessage.Configuration.Fields.Item _
  (&quot;http://schemas.microsoft.com/cdo/configuration/smtpauthenticate&quot;) = 0
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Since tinkering with Windows XP Service Pack 2 it has come to my attention that unless another configuration item within the CDO.Message is set, it may not work and will bounce return an error.</p>
<p>Simply add to avoid this problem.<br />
<code><br />
objMessage.Configuration.Fields.Item _<br />
  ("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate") = 0<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

