Links Object

Outlook Developer Reference

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.

Visual Basic for Applications
  Set myLinks = myItem.Links

See Also