Share via


Links.Add Method

Links a contact item to another item by adding a Link object to the Links collection associated with the latter item.

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

Syntax

'Declaration
<DispIdAttribute()> _
Function Add ( _
    Item As Object _
) As Link
'Usage
Dim instance As Links
Dim Item As Object
Dim returnValue As Link

returnValue = instance.Add(Item)
[DispIdAttribute()]
Link Add(
    Object Item
)

Parameters

  • Item
    Type: System.Object

    The item to be linked to the item associated with the Links collection.

Return Value

Type: Microsoft.Office.Interop.Outlook.Link

See Also

Reference

Links Interface

Links Members

Microsoft.Office.Interop.Outlook Namespace