Links Interface

Contains a set of Link objects representing all items linked to a particular Outlook item.

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

Syntax

'Declaration
<GuidAttribute("0006308A-0000-0000-C000-000000000046")> _
Public Interface Links _
    Inherits IEnumerable
'Usage
Dim instance As Links
[GuidAttribute("0006308A-0000-0000-C000-000000000046")]
public interface Links : IEnumerable

Remarks

Use the Links property of any Outlook item, such as MailItem, to return the Links object.

See Also

Reference

Links Members

Microsoft.Office.Interop.Outlook Namespace