Adds an item to the end of the list.

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

Syntax

C#
public int Add(
	AlternateView value
)
Visual Basic (Declaration)
Public Function Add ( _
	value As AlternateView _
) As Integer
Visual C++
public:
int Add(
	AlternateView^ value
)

Parameters

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

Return Value

Index of the newly added item.

See Also