<?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: Outlook VBA Code to Empty Deleted Items Folders</title>
	<atom:link href="http://sabarish.net/blog/archives/437/feed" rel="self" type="application/rss+xml" />
	<link>http://sabarish.net/blog/archives/437</link>
	<description>a place to read my thoughts and peek into my life and photos</description>
	<lastBuildDate>Mon, 06 Feb 2012 13:16:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Empty all Deleted Items Folders at the same time</title>
		<link>http://sabarish.net/blog/archives/437/comment-page-1#comment-45061</link>
		<dc:creator>Empty all Deleted Items Folders at the same time</dc:creator>
		<pubDate>Fri, 05 Aug 2011 11:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://sabarish.net/?p=437#comment-45061</guid>
		<description>[...] Yet ]Sabarish Raghupathy runs a personal blog but one of his articles has some Outlook VBA code to empty the Deleted Items folders for multiple mailboxes. Visit the article for the full code.The code works well but requires some hardcoding of mailbox [...]</description>
		<content:encoded><![CDATA[<p>[...] Yet ]Sabarish Raghupathy runs a personal blog but one of his articles has some Outlook VBA code to empty the Deleted Items folders for multiple mailboxes. Visit the article for the full code.The code works well but requires some hardcoding of mailbox [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://sabarish.net/blog/archives/437/comment-page-1#comment-19894</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Sun, 07 Feb 2010 01:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://sabarish.net/?p=437#comment-19894</guid>
		<description>Nevermind, I found it in the Outlook Program.

Tools&gt;Options&gt;Other&gt;Advanced Options&gt;

Uncheck &quot;Warn before permenantly deleting items.&quot;

Best</description>
		<content:encoded><![CDATA[<p>Nevermind, I found it in the Outlook Program.</p>
<p>Tools&gt;Options&gt;Other&gt;Advanced Options&gt;</p>
<p>Uncheck &#8220;Warn before permenantly deleting items.&#8221;</p>
<p>Best</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://sabarish.net/blog/archives/437/comment-page-1#comment-19893</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Sun, 07 Feb 2010 01:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://sabarish.net/?p=437#comment-19893</guid>
		<description>I am using your code, but I get the message pop-up asking if I am sure I want to delete the items.  How do I get rid of that pop-up and just have the items deleted?</description>
		<content:encoded><![CDATA[<p>I am using your code, but I get the message pop-up asking if I am sure I want to delete the items.  How do I get rid of that pop-up and just have the items deleted?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sabarishr</title>
		<link>http://sabarish.net/blog/archives/437/comment-page-1#comment-18642</link>
		<dc:creator>sabarishr</dc:creator>
		<pubDate>Wed, 23 Sep 2009 15:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://sabarish.net/?p=437#comment-18642</guid>
		<description>Hey Searcher! 

Thanks for bringing that to my notice! I had actually uploaded the wrong code. For representational purposes I had copied and pasted that repeating section from the main deleted items folder and forgot to change the values. I&#039;ve uploaded the new version now. 

You don&#039;t need to loop through all files - you can do a select all (ID 756) and delete (ID 478) directly.

Cheers,
Sab</description>
		<content:encoded><![CDATA[<p>Hey Searcher! </p>
<p>Thanks for bringing that to my notice! I had actually uploaded the wrong code. For representational purposes I had copied and pasted that repeating section from the main deleted items folder and forgot to change the values. I&#8217;ve uploaded the new version now. </p>
<p>You don&#8217;t need to loop through all files &#8211; you can do a select all (ID 756) and delete (ID 478) directly.</p>
<p>Cheers,<br />
Sab</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Searcher</title>
		<link>http://sabarish.net/blog/archives/437/comment-page-1#comment-18641</link>
		<dc:creator>Searcher</dc:creator>
		<pubDate>Wed, 23 Sep 2009 14:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://sabarish.net/?p=437#comment-18641</guid>
		<description>Hi,

I came across your article when I decided to create separate PST files for each email account and realized there isn&#039;t a logical way to remove deleted emails. Thanks to your code I managed to deal with the problem quite quickly.. 

but I&#039;m wondering if you actually tested your code and it was working for you?

You are calling UID 1671 which is the main Empty &quot;Deleted Items&quot; Folder and as such it&#039;s emptying only the default account, no matter if you selected another one.

So the solution is to enter the respective deleted items folder, loop through it and remove all items.

I thought I&#039;d let you know ;)

-src-</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I came across your article when I decided to create separate PST files for each email account and realized there isn&#8217;t a logical way to remove deleted emails. Thanks to your code I managed to deal with the problem quite quickly.. </p>
<p>but I&#8217;m wondering if you actually tested your code and it was working for you?</p>
<p>You are calling UID 1671 which is the main Empty &#8220;Deleted Items&#8221; Folder and as such it&#8217;s emptying only the default account, no matter if you selected another one.</p>
<p>So the solution is to enter the respective deleted items folder, loop through it and remove all items.</p>
<p>I thought I&#8217;d let you know ;)</p>
<p>-src-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Automatically empty 2 or more &#34;Deleted Items&#34; folders - Page 2 &#124; keyongtech</title>
		<link>http://sabarish.net/blog/archives/437/comment-page-1#comment-15663</link>
		<dc:creator>Automatically empty 2 or more &#34;Deleted Items&#34; folders - Page 2 &#124; keyongtech</dc:creator>
		<pubDate>Sun, 18 Jan 2009 16:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://sabarish.net/?p=437#comment-15663</guid>
		<description>[...] that links to that macro.  I&#039;ve uploaded the macro along with instructions on how to use it here - http://sabarish.net/blog/archives/437  Do let me know if that solves your problem.  Cheers, Sabarish  &quot;Tyler G.&quot; wrote:  &gt; I [...]</description>
		<content:encoded><![CDATA[<p>[...] that links to that macro.  I&#8217;ve uploaded the macro along with instructions on how to use it here &#8211; <a href="http://sabarish.net/blog/archives/437" rel="nofollow">http://sabarish.net/blog/archives/437</a>  Do let me know if that solves your problem.  Cheers, Sabarish  &quot;Tyler G.&quot; wrote:  &gt; I [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

