Pop3MessageCollection.Insert Method
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9147)
Insert(Int32, Pop3MessageInfo)
Inserts the Pop3Message
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. |
Pop3Message |
item | The Pop3Message |