Update Rollup 5 introduces the new feature that is designed to allow Managed Content Management in Exchange 2007 to mimic e-mail retention policies in Exchange 2003.
To control this feature, BaseFolderOnly flag was introduced to the managed folders. Setting this flag to True on the managed folder prevents managed folder assistant from applying mailbox policy to content of subfolders of the managed folder.
For example, if you want to set up the following e-mail retention limits, the content of Inbox should be deleted after 30 days. The content of subfolders of Inbox should be deleted in 60 days.
- Create the Managed Content Setting for Inbox default Managed folder through the Exchange management console or by running the following Exchange management shell commandlet:
New-ManagedContentSettings -FolderName 'Inbox' -AgeLimitForRetention '30.00:00:00' ....
- Create the Managed Content Setting for the Entire Mailbox default Managed folder through the Exchange management console or by running the following Exchange management shell commandlet: New-ManagedContentSettings -FolderName 'Entire Mailbox' -AgeLimitForRetention '60.00:00:00' ...
- Create the new managed folder mailbox policy. Include the Inbox and Entire Mailbox managed folder links.
- Set the new managed folder mailbox policy to run on the mailbox.
- Set the BaseFolderOnly flag on the Inbox managed folder by running the following Exchange management shell commandlet:
Set-ManagedFolder Inbox -BaseFolderOnly $true
Managed folder assistant should apply the policy the next time that it runs.
For more information about how to create managed content
settings, visit the following Microsoft Web site: