0

Is it still possible to use Outlook URLs to open Open Outlook items such as Calendars or Contacts as per the below article...

How to open Outlook Calendar from an email link or webpage?

AjN3806
  • 43
  • 3
  • I can get folders to open but not specific Contacts, if I run the following reg file with contents... Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\outlook] "URL Protocol"="" @="URL:Outlook Folders" [HKEY_CLASSES_ROOT\outlook\DefaultIcon] @="C:\\PROGRA~1\\MICROS~2\\root\\Office16\\OUTLOOK.EXE,1" [HKEY_CLASSES_ROOT\outlook\shell] @="open" [HKEY_CLASSES_ROOT\outlook\shell\open] @="" [HKEY_CLASSES_ROOT\outlook\shell\open\command] @="\"C:\\PROGRA~1\\MICROS~2\\root\\Office16\\OUTLOOK.EXE\" /select \"%1\"" – AjN3806 Mar 24 '21 at 13:06

1 Answers1

0

If you register the Outlook protocol like described in the Shortcuts and the Missing Outlook:// Protocol article you can open items.

You can link to a globally unique identifier (EntryID) that is created for an item and doesn’t change when you rename or move it:

Outlook:000000000EAE44133243899468AC478B31C0BANDHEWR324

It is best to use the GUID URL since you don’t have to worry about changes breaking the link. If you are after a outlook message, all you have to do is select that message in outlook, and then left-click on the linker icon on the lower right of the taskbar so that the link will get copied. Next, you will just have to paste it somewhere. It works the same way for contacts and even calendar events.

Eugene Astafiev
  • 47,483
  • 3
  • 24
  • 45