I need to set access permissions for a user's mailbox and folders on exchange 2007. The powershell cmdlet Set-MailboxFolderPermission is available on exchange 2010 and 2013 and does the job. But that cmdlet is not available on exchange 2007. Does anyone
know how to implement the equivalent functionality? There's the interface IExchangeManageStore that seems to work (client-side) but it requires a MAPI profile. It there anything better or easier server-side?
↧