We have 150 clients connected to an Exchange 2003 server. I am trying to enforce that every Outlook 2007 client has a specific set of folders, and that users cannot remove these.
I tried to find any group policy settings related to this but none seems to be related. Google turns up nothing on this matter.
Is that just no possible? Anyone having ideas or experience with this?
It's called Managed Folders, and it was introduced in Exchange 2007 and deprecated in favor of Retention Tags in Exchange 2010, although it still exists. Not sure about 2013/365/2016.
There are no native options in Exchange 2003. You could find a third-party tool, or simply upgrade off that 10-year-old platform.
You can only use CDO/MAPI under Exchange 2003. Not a lot of example exist, but check there: HOW TO:Set folder level permissions using CDO 1.21 and ACL.dll
Does it work good, no idea (but it's from microsot's blog and wrote by an microsoft employee)
Edited: To create folder, a CDO example:https://msdn.microsoft.com/en-us/library/ms878640(v=exchg.65).aspx
EWS can change folder ACL but Exchange 2003 does not support it. You need atleast Exchange 2007.
Set-MailboxFolderPermission can too, but againt it's not available in 2003.
Some example, there and there