Adds an item to the end of the list.

Namespace:  Rebex.Mail
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Function Add ( _
	value As LinkedResource _
) As Integer
C#
public int Add(
	LinkedResource value
)

Parameters

value
Type: Rebex.Mail..::..LinkedResource
Item to be added.

Return Value

Index of the newly added item.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also