As promised here is the function to delete mail items in a specific folder function remove-mailitem { [ CmdletBinding ( SupportsShouldProcess = $true ) ] param ( [ parameter ( Mandatory = $true ) ] [string] $mailfolder , [datetime] $start , [datetime
Read More...
Read the complete post at http://msmvps.com/blogs/richardsiddaway/archive/2011/08/04/outlook-deleting-mail-items.aspx
Posted
Aug 04 2011, 11:13 AM
by
Richard Siddaway's Blog