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
<DefaultMemberAttribute("Item")> _
<GuidAttribute("0006308A-0000-0000-C000-000000000046")> _
<TypeLibTypeAttribute()> _
Public Interface Links _
Inherits IEnumerable
'Usage
Dim instance As Links
[DefaultMemberAttribute("Item")]
[GuidAttribute("0006308A-0000-0000-C000-000000000046")]
[TypeLibTypeAttribute()]
public interface Links : IEnumerable
Remarks
Use the Links property of any Outlook item, such as MailItem, to return the Links object.