<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Akash Blogging...... - All Comments</title><link>http://blogs.msdn.com/b/akashb/</link><description /><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Stamping Retention Policy Tag using EWS Managed API 1.1 from PowerShell(Exchange 2010)</title><link>http://blogs.msdn.com/b/akashb/archive/2011/08/11/stamping-retention-policy-tag-using-ews-managed-api-1-1-from-powershell-exchange-2010.aspx#10426768</link><pubDate>Tue, 18 Jun 2013 18:06:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10426768</guid><dc:creator>Akashb</dc:creator><description>&lt;p&gt;Yes!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10426768" width="1" height="1"&gt;</description></item><item><title>re: Stamping Retention Policy Tag using EWS Managed API 1.1 from PowerShell(Exchange 2010)</title><link>http://blogs.msdn.com/b/akashb/archive/2011/08/11/stamping-retention-policy-tag-using-ews-managed-api-1-1-from-powershell-exchange-2010.aspx#10426747</link><pubDate>Tue, 18 Jun 2013 17:20:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10426747</guid><dc:creator>Marc</dc:creator><description>&lt;p&gt;Can this be run on a folder inside a well know folder ie &amp;quot;inbox\3 year retention&amp;quot; ?&lt;/p&gt;
&lt;p&gt;Let me know when you have a chance.&lt;/p&gt;
&lt;p&gt;TY&lt;/p&gt;
&lt;p&gt;M.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10426747" width="1" height="1"&gt;</description></item><item><title>re: Creating folder using EWS Managed API 1.1 from PowerShell</title><link>http://blogs.msdn.com/b/akashb/archive/2011/07/23/creating-folder-using-ews-managed-api-1-1-from-powershell.aspx#10386305</link><pubDate>Fri, 18 Jan 2013 17:00:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10386305</guid><dc:creator>Akashb</dc:creator><description>&lt;p&gt;Yes that should do it. It will create a folder at root(Same level as Inbox in the MsgFolderRoot).&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10386305" width="1" height="1"&gt;</description></item><item><title>re: Creating folder using EWS Managed API 1.1 from PowerShell</title><link>http://blogs.msdn.com/b/akashb/archive/2011/07/23/creating-folder-using-ews-managed-api-1-1-from-powershell.aspx#10385724</link><pubDate>Thu, 17 Jan 2013 01:22:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10385724</guid><dc:creator>gr8gordo</dc:creator><description>&lt;p&gt;If we want to create a folder in the archive mailbox for the email address do we only change the &lt;/p&gt;
&lt;p&gt;&amp;quot;$oFolder.Save([Microsoft.Exchange.WebServices.Data.WellKnownFolderName]::Inbox)&amp;quot;to &lt;/p&gt;
&lt;p&gt;&amp;quot;$oFolder.Save([Microsoft.Exchange.WebServices.Data.WellKnownFolderName]::ArchiveMsgFolderRoot)&amp;quot; &amp;nbsp;?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10385724" width="1" height="1"&gt;</description></item><item><title>re: Creating folder using EWS Managed API 1.1 from PowerShell</title><link>http://blogs.msdn.com/b/akashb/archive/2011/07/23/creating-folder-using-ews-managed-api-1-1-from-powershell.aspx#10375616</link><pubDate>Fri, 07 Dec 2012 17:44:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10375616</guid><dc:creator>Akashb</dc:creator><description>&lt;p&gt;Yes, this should work on Exchange 2007 SP 2 as well. The only change would be to change the ExchangeVersion to Exchange2007_SP2&lt;/p&gt;
&lt;p&gt;$service = New-Object Microsoft.Exchange.WebServices.Data.ExchangeService([Microsoft.Exchange.WebServices.Data.ExchangeVersion]::Exchange2007_SP2)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10375616" width="1" height="1"&gt;</description></item><item><title>re: Creating folder using EWS Managed API 1.1 from PowerShell</title><link>http://blogs.msdn.com/b/akashb/archive/2011/07/23/creating-folder-using-ews-managed-api-1-1-from-powershell.aspx#10373464</link><pubDate>Fri, 30 Nov 2012 12:24:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10373464</guid><dc:creator>Jaywantpune</dc:creator><description>&lt;p&gt;Hi &lt;/p&gt;
&lt;p&gt;Will this work for Exchange 2007 sp2 as well. &lt;/p&gt;
&lt;p&gt;Can you suggest any changes if required.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10373464" width="1" height="1"&gt;</description></item><item><title>re: Stamping Retention Policy Tag using EWS Managed API 1.1 from PowerShell(Exchange 2010)</title><link>http://blogs.msdn.com/b/akashb/archive/2011/08/11/stamping-retention-policy-tag-using-ews-managed-api-1-1-from-powershell-exchange-2010.aspx#10272353</link><pubDate>Fri, 24 Feb 2012 14:31:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10272353</guid><dc:creator>Akashb</dc:creator><description>&lt;p&gt;I believe you can safely use a Personal Tag. The Specific folder policy should overide the mailbox policy.&lt;/p&gt;
&lt;p&gt;For the Subfolders, I dont think so, but it would be best to test.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10272353" width="1" height="1"&gt;</description></item><item><title>re: Stamping Retention Policy Tag using EWS Managed API 1.1 from PowerShell(Exchange 2010)</title><link>http://blogs.msdn.com/b/akashb/archive/2011/08/11/stamping-retention-policy-tag-using-ews-managed-api-1-1-from-powershell-exchange-2010.aspx#10271088</link><pubDate>Wed, 22 Feb 2012 16:00:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10271088</guid><dc:creator>Jeff</dc:creator><description>&lt;p&gt;How will this behave when stamped on a folder in a mailbox that already has a retention policy assigned to it? Since mailboxes can only have one retention policy, I am curious whether this will overlay on such a mailbox with no issues. For example: 7-year email retention applied to entire mailbox. 2-year move to archive applied to a specific folder using this script. Also, would the subfolder of the specific folder inherit the tag applied by the script or the mailbox policy? &lt;/p&gt;
&lt;p&gt;Thanks for you guidance!&lt;/p&gt;
&lt;p&gt;Jeff&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10271088" width="1" height="1"&gt;</description></item><item><title>re: HOW TO: Build a complex search using SearchFilter and SearchFilterCollection in EWS Managed API 1.0</title><link>http://blogs.msdn.com/b/akashb/archive/2010/03/05/how-to-build-a-complex-search-using-searchfilter-and-searchfiltercollection-in-ews-managed-api-1-0.aspx#10244323</link><pubDate>Mon, 05 Dec 2011 18:57:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10244323</guid><dc:creator>Akashb</dc:creator><description>&lt;p&gt;You will have to do a FindFolder first to get the folder ID and then use the Folder ID in the FindItems call.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10244323" width="1" height="1"&gt;</description></item><item><title>re: HOW TO: Build a complex search using SearchFilter and SearchFilterCollection in EWS Managed API 1.0</title><link>http://blogs.msdn.com/b/akashb/archive/2010/03/05/how-to-build-a-complex-search-using-searchfilter-and-searchfiltercollection-in-ews-managed-api-1-0.aspx#10244113</link><pubDate>Mon, 05 Dec 2011 05:04:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10244113</guid><dc:creator>Anjali</dc:creator><description>&lt;p&gt;Hi akash &lt;/p&gt;
&lt;p&gt;Great article!!!!&lt;/p&gt;
&lt;p&gt;Can you please inform me how can we read mails from a particular user defined folder.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10244113" width="1" height="1"&gt;</description></item></channel></rss>