_MailItem.Links Property
Returns a Links collection that represents the contacts to which the item is linked. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property Links As Links
Get
'Usage
Dim instance As _MailItem
Dim value As Links
value = instance.Links
[DispIdAttribute()]
Links Links { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.Links