Adds a MimeEntity to the end of the list.

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

Syntax

Visual Basic
Public Function Add ( _
	entity As MimeEntity _
) As Integer
C#
public int Add(
	MimeEntity entity
)

Parameters

entity
Type: Rebex.Mime..::..MimeEntity
A entity to be added.

Return Value

The index at which the value has been added.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also