Office Outlook 2003 VBA Language Reference
Links Collection
The Links object contains a set of Link
objects representing all items
linked to a particular Microsoft Outlook item.
Using the Links Object
Use the Links
property to return the Links object from the item object; for example:
Set myLinks = myItem.Links
Child Objects