<?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: HowTo: Use the View.XML property to filter Outlook items</title>
	<atom:link href="http://www.add-in-express.com/creating-addins-blog/2009/03/13/outlook-items-filter-programmatically/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.add-in-express.com/creating-addins-blog/2009/03/13/outlook-items-filter-programmatically/</link>
	<description>All about developing COM add-ins, smart tags and RTD servers in Visual Studio .NET, VSTO and Delphi + Add-in Express</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:13:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Dmitry Kostochko</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2009/03/13/outlook-items-filter-programmatically/comment-page-1/#comment-8798</link>
		<dc:creator>Dmitry Kostochko</dc:creator>
		<pubDate>Mon, 09 Nov 2009 09:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=469#comment-8798</guid>
		<description>You can try to use the Items.Restrict method. This method returns a filtered collection and in this way you will get the Count property.</description>
		<content:encoded><![CDATA[<p>You can try to use the Items.Restrict method. This method returns a filtered collection and in this way you will get the Count property.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahmoud</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2009/03/13/outlook-items-filter-programmatically/comment-page-1/#comment-8796</link>
		<dc:creator>Mahmoud</dc:creator>
		<pubDate>Sun, 08 Nov 2009 17:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=469#comment-8796</guid>
		<description>I was wodering if anyone know how to get the count of filetring contacts items</description>
		<content:encoded><![CDATA[<p>I was wodering if anyone know how to get the count of filetring contacts items</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Kostochko</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2009/03/13/outlook-items-filter-programmatically/comment-page-1/#comment-8701</link>
		<dc:creator>Dmitry Kostochko</dc:creator>
		<pubDate>Wed, 07 Oct 2009 17:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=469#comment-8701</guid>
		<description>I have just retested the sample with Outlook 2007 SP2. I applied and removed several filters but did not see any error messages. Did you change the source code of the sample?</description>
		<content:encoded><![CDATA[<p>I have just retested the sample with Outlook 2007 SP2. I applied and removed several filters but did not see any error messages. Did you change the source code of the sample?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Swaney</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2009/03/13/outlook-items-filter-programmatically/comment-page-1/#comment-8695</link>
		<dc:creator>Jim Swaney</dc:creator>
		<pubDate>Tue, 06 Oct 2009 13:06:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=469#comment-8695</guid>
		<description>When I try to lunch Outlook 2007, I get an error message &quot;can not view Outlook, invalid XML&quot;. Any ideas?</description>
		<content:encoded><![CDATA[<p>When I try to lunch Outlook 2007, I get an error message &#8220;can not view Outlook, invalid XML&#8221;. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Kostochko</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2009/03/13/outlook-items-filter-programmatically/comment-page-1/#comment-8664</link>
		<dc:creator>Dmitry Kostochko</dc:creator>
		<pubDate>Tue, 08 Sep 2009 11:40:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=469#comment-8664</guid>
		<description>As far as I remember there is no documentation that contains the description of all the elements. I can suggest adding a field (or making other changes) manually and then analyzing the changes in the XML property.</description>
		<content:encoded><![CDATA[<p>As far as I remember there is no documentation that contains the description of all the elements. I can suggest adding a field (or making other changes) manually and then analyzing the changes in the XML property.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Francois</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2009/03/13/outlook-items-filter-programmatically/comment-page-1/#comment-8657</link>
		<dc:creator>Marc Francois</dc:creator>
		<pubDate>Tue, 01 Sep 2009 11:23:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=469#comment-8657</guid>
		<description>I&#039;m trying to get a list of the elements contained in this .xml property and was pointed to http://msdn.microsoft.com/en-us/library/bb207155.aspx by Eugene.. unfortunately this article doesn&#039;t list all of the elements or their accepted values.

I was wondering if anyone had a more comprehensive list?  Googling doesn&#039;t seem to reveal anything useful</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to get a list of the elements contained in this .xml property and was pointed to <a href="http://msdn.microsoft.com/en-us/library/bb207155.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/bb207155.aspx</a> by Eugene.. unfortunately this article doesn&#8217;t list all of the elements or their accepted values.</p>
<p>I was wondering if anyone had a more comprehensive list?  Googling doesn&#8217;t seem to reveal anything useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Kostochko</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2009/03/13/outlook-items-filter-programmatically/comment-page-1/#comment-6796</link>
		<dc:creator>Dmitry Kostochko</dc:creator>
		<pubDate>Tue, 24 Mar 2009 15:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=469#comment-6796</guid>
		<description>After calling the Apply method you can try to programmatically switch to another folder (say Outbox) and then switch back to your IMap mailbox. I think this will help apply your changes.</description>
		<content:encoded><![CDATA[<p>After calling the Apply method you can try to programmatically switch to another folder (say Outbox) and then switch back to your IMap mailbox. I think this will help apply your changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anup</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2009/03/13/outlook-items-filter-programmatically/comment-page-1/#comment-6795</link>
		<dc:creator>anup</dc:creator>
		<pubDate>Tue, 24 Mar 2009 15:13:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=469#comment-6795</guid>
		<description>On calling currentView.Apply(), my view is not getting applied, I tried saving the view, and got the following error on Imap mailbox, this works fine for exchange mailbox

System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
   at Microsoft.Office.Interop.Outlook.View.Save()

Any idea?</description>
		<content:encoded><![CDATA[<p>On calling currentView.Apply(), my view is not getting applied, I tried saving the view, and got the following error on Imap mailbox, this works fine for exchange mailbox</p>
<p>System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.<br />
   at Microsoft.Office.Interop.Outlook.View.Save()</p>
<p>Any idea?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

