<?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: The Long and Winding Road: a tale of grouping my mails using a user-defined field in Outlook</title>
	<atom:link href="http://www.gridshore.nl/2009/10/10/the-long-and-winding-road-a-tale-of-grouping-my-mails-using-a-user-defined-field-in-outlook/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gridshore.nl/2009/10/10/the-long-and-winding-road-a-tale-of-grouping-my-mails-using-a-user-defined-field-in-outlook/</link>
	<description>A weblog about software engineering, Architecture, Technology an other things we like.</description>
	<lastBuildDate>Sat, 28 Jan 2012 20:11:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ben</title>
		<link>http://www.gridshore.nl/2009/10/10/the-long-and-winding-road-a-tale-of-grouping-my-mails-using-a-user-defined-field-in-outlook/comment-page-1/#comment-31175</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 04 Mar 2011 07:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/2009/10/10/the-long-and-winding-road-a-tale-of-grouping-my-mails-using-a-user-defined-field-in-outlook/#comment-31175</guid>
		<description>Hi Mike,

First off, I have to tell you that I switched jobs six months ago and haven&#039;t been using Outlook since, so I&#039;m working from memory here...

If you&#039;re not getting a date on new mails, it sounds to me like your inboxItems variable isn&#039;t being set correctly at application startup. So I&#039;d suggest adding some code to the Application_Startup() subroutine to pop up a dialog to make sure that:

* the subroutine is being fired;
* the inboxItems variable has been set.

Best of luck,

Ben.</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>First off, I have to tell you that I switched jobs six months ago and haven&#8217;t been using Outlook since, so I&#8217;m working from memory here&#8230;</p>
<p>If you&#8217;re not getting a date on new mails, it sounds to me like your inboxItems variable isn&#8217;t being set correctly at application startup. So I&#8217;d suggest adding some code to the Application_Startup() subroutine to pop up a dialog to make sure that:</p>
<p>* the subroutine is being fired;<br />
* the inboxItems variable has been set.</p>
<p>Best of luck,</p>
<p>Ben.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.gridshore.nl/2009/10/10/the-long-and-winding-road-a-tale-of-grouping-my-mails-using-a-user-defined-field-in-outlook/comment-page-1/#comment-31174</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 03 Mar 2011 09:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/2009/10/10/the-long-and-winding-road-a-tale-of-grouping-my-mails-using-a-user-defined-field-in-outlook/#comment-31174</guid>
		<description>Ben,

Having scoured the net for a solution to this problem it&#039;s good to see somebody putting a bit more effort into it than the usual &#039;MVP&#039; reply of &#039;It can&#039;t be done!&#039;.

Unfortunately after following your steps above I still don&#039;t seem to be able to set the &#039;EmailDate&#039; variable for incoming mail, although I have managed to sort our the items already in the inbox.

I have all of the code within the &#039;ThisOutlookSession&#039; module, I have certified the macro and get no error messages when I run it manually or start-up outlook normally, but any new mails received still have &#039;None&#039; for &#039;EmailDate&#039;.

Are there any obvious points that I could check to try and resolve this?

Thanks for any help and also the original code.

Mike</description>
		<content:encoded><![CDATA[<p>Ben,</p>
<p>Having scoured the net for a solution to this problem it&#8217;s good to see somebody putting a bit more effort into it than the usual &#8216;MVP&#8217; reply of &#8216;It can&#8217;t be done!&#8217;.</p>
<p>Unfortunately after following your steps above I still don&#8217;t seem to be able to set the &#8216;EmailDate&#8217; variable for incoming mail, although I have managed to sort our the items already in the inbox.</p>
<p>I have all of the code within the &#8216;ThisOutlookSession&#8217; module, I have certified the macro and get no error messages when I run it manually or start-up outlook normally, but any new mails received still have &#8216;None&#8217; for &#8216;EmailDate&#8217;.</p>
<p>Are there any obvious points that I could check to try and resolve this?</p>
<p>Thanks for any help and also the original code.</p>
<p>Mike</p>
]]></content:encoded>
	</item>
</channel>
</rss>

