Link Interface

Represents an Outlook Item Object that is linked to another Outlook item.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<GuidAttribute("00063089-0000-0000-C000-000000000046")> _
<TypeLibTypeAttribute()> _
Public Interface Link
'Usage
Dim instance As Link
[GuidAttribute("00063089-0000-0000-C000-000000000046")]
[TypeLibTypeAttribute()]
public interface Link

Remarks

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 property (this in C#) 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.

See Also

Reference

Link Members

Microsoft.Office.Interop.Outlook Namespace