Share via


Link Object

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Links
Aa158719.parchild(en-us,office.10).gifLink
Aa158719.space(en-us,office.10).gifAa158719.parchild(en-us,office.10).gifNameSpace

Represents an item that is linked to another Microsoft Outlook item. Each item has a Links object associated with it that represents all the items that have been linked to the item.

Note   For Outlook 2000 and later, only contacts can be linked to other items.

Use the Item method to retrieve the Link object from a Links object. Because the Name property is the default property of the Link object, you can identify the linked item by name.

  Set myLink = myLinks.Item("Microsoft Corporation")