In October 2014 Microsoft added a new “Recover Deleted Items From Server” button to Outlook 2013. We have found this button to create trouble in that it enables users to purge emails that should remain part of the record. We have been unable to find the
policy control ID for the new button so cannot disable it in the registry as we have done with the related “Recover Deleted Items”. (We disabled the "Recover Deleted Items" button with [HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\15.0\Outlook\DisabledCmdBarItemsList]
"TCID1"="5654".) The Office 2013 fluent user interface control does not list the new policy ID since it was released before Microsoft added this new button. Macros we’ve run seem incapable of pulling IDs from Outlook 2013. However,
we have learned that its msold is RecoverDeletedItemsEx. Does anyone know the policy ID for the new “Recover Deleted Items From Server” or a way to use the msold in a macro to disable the button?
↧