Pages

Showing posts with label Outlook 2010. Show all posts
Showing posts with label Outlook 2010. Show all posts

Wednesday, April 27, 2016

Controlling Outlook Options' "Update tracking information, and then delete response that don’t contain comments"

I recently had to determine how to disable the Update tracking information, and then delete response that don’t contain comments option in the File > Options > Mail > Tracking settings via either GPO or registry but wasn’t able to find any information available:

clip_image002

After going through the Outlook settings provided by the ADM file and not finding anything, I managed to track down the registry so I thought it would be good to write this quick blog post for others.

The registry key that controls this configuration is located in:

HKCU\Software\Microsoft\Office\14.0\Outlook\Options\General

Name: AutoDelRcpts
Type: REG_DWORD
Data: 1 (enabled) and 0 (disabled)

clip_image002[5]

Hope this helps anyone who may be looking for this information.

Disabling “Do Not Send a Response” option for meeting invites in Outlook 2010 and Outlook 2016

I’ve recently been asked by a client whether there was a way to disable the Do Not Send a Response option within Outlook 2010 and Outlook 2016 because the Response column in the View Tracking Status does not get updated unless the user chooses to send a response:

image 

image

After doing a bit of research on forums about this topic, it appears many users have complained about sending a response because it would lead to mailbox clutter for the meeting organizer and the proposed solution is to turn on the Update tracking information, and then delete response that don’t contain comments option in the File > Options > Mail > Tracking settings:

clip_image002

While this helped with encouraging users to send a response, the client still wanted to disable the Do Not Send a Response option and after a bit more digging, I found the solution in this forum post:

https://social.technet.microsoft.com/Forums/office/en-US/5861d690-aae8-4f37-a9e6-687984fb2540/how-to-disable-meeting-response-action-do-not-respond?forum=outlook

The setting to disable the option is in User Configuration > Polices > Administrative Templates > Microsoft Outlook 2010 > Disable Items in User Interface > Custom

Proceed and enable the setting Disable command bar buttons and menu items and then enter the following command bar ID:

  • 19987
  • 19995
  • 19991

image

Apply this GPO to the user accounts that require this configuration and users should see the following when attempting to accept a meeting:

image

I’ve also tested this with Outlook 2016 and can confirm that the same settings with the Office 2016 policy templates yield the same result.