The action cannot be completed error using Outlook – Exchange 2010 or Office 365

Hi,

Quick note from the field, if you are moving to Exchange Online / Office 365 you should double check your current office group-policy settings and registry for Outlook.

You should make sure that you did not enable the Closest GC setting, or configured a specific global catalog server with the DS Server registry entries under HKEY_CURRENT_USER\Software\Microsoft\Exchange\Exchange Provider

Both registry values, errors and methods for resolution are located at:

http://support.microsoft.com/kb/2507626 – Error in Outlook: “The action cannot be completed. The Bookmark is not valid”

http://support.microsoft.com/kb/319206 – How to configure Outlook to a specific global catalog server or to the closest global catalog server

And if we are on the subject, it’s also a good practice to make sure the following when moving to Office 365:

  • You do not have Autodiscover related registry settings also – http://support.microsoft.com/kb/2212902 – Unexpected Autodiscover behavior when you have registry settings under the \Autodiscover key
  • Make sure that the “Encrypt data between Microsoft Office Outlook and Microsoft Exchange Server” option under account settings of the Outlook Profile is indeed selected. Office 365 is restricting clients to encrypt MAPI traffic – see the following KB for additional information (originally written for Exchange 2010 RTM) – http://support.microsoft.com/kb/2006508

ilantz

Prevent users from changing the permissions settings on their mailbox folders in Outlook 2003/2007

From a thread I’ve took part in, there are currently no settings in the official office 2003/2007 ADM packs to control this setting.

Here’s the registry how to:

For Outlook 2003:

http://support.microsoft.com/kb/948894
1, Click Start, click Run, type regedit, and then click OK.
2, Locate and then click the following registry subkey:
HKEY_CURRENT_USERSoftwareMicrosoftOffice11.0OutlookOptionsFolders
3, On the Edit menu, point to New, and then click DWORD Value.
4, Type DisableEditPermissions, and then press ENTER.
5, Right-click DisableEditPermissions, and then click Modify.
6, In the Value data box, type 1, and then click OK.
7, Exit Registry Editor.

For Outlook 2007, that is HKEY_CURRENT_USERSoftwareMicrosoftOffice12.0OutlookOptionsFolders

Manual creation of the ADM is required, i might post it later on.