Link Object

Links
Link

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")

Properties | Application Property | Class Property | Item Property | Name Property | Parent Property | Session Property | Type Property

Parent Objects

Child Objects

See Also | Explorer Object | Links Property