Pop3MessageCollection.RemoveAt Method
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9083)
RemoveAt(Int32)
Removes the Pop3MessageInfo at the specified index from the Pop3MessageCollection.
Declaration
public void RemoveAt(int index)
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | The zero-based index of the Pop3MessageInfo to remove. |