Inserts the Pop3MessageInfo at the specified position in the Pop3MessageCollection.

Namespace:  Rebex.Net
Assembly:  Rebex.Pop3 (in Rebex.Pop3.dll)

Syntax

Visual Basic
Public Sub Insert ( _
	index As Integer, _
	item As Pop3MessageInfo _
)
C#
public void Insert(
	int index,
	Pop3MessageInfo item
)

Parameters

index
Type: System..::..Int32
The zero-based index at which the item is to be inserted.
item
Type: Rebex.Net..::..Pop3MessageInfo
The Pop3MessageInfo to be inserted to the Pop3MessageCollection.

Implements

IList<(Of <(<'T>)>)>..::..Insert(Int32, T)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also