Links Object (Outlook)
Contains a set of Link objects representing all items linked to a particular Outlook item.
Remarks
Use the Links property of any Outlook item, such as MailItem, to return the Links object.
Example
The following Visual Basic for Applications (VBA) example retrieves the Links collection from an Outlook item.
Set myLinks = myItem.Links