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.