Pop3MessageCollection.Insert Method
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9083)
Insert(Int32, Pop3MessageInfo)
Inserts the Pop3MessageInfo at the specified position in the Pop3MessageCollection.
Declaration
public void Insert(int index, Pop3MessageInfo item)
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | The zero-based index at which the item is to be inserted. |
Pop3MessageInfo | item | The Pop3MessageInfo to be inserted to the Pop3MessageCollection. |