Removes the Pop3MessageInfo at the specified index from the Pop3MessageCollection.
Namespace:
Rebex.Net
Assembly:
Rebex.Pop3 (in Rebex.Pop3.dll)
Syntax
| Visual Basic |
|---|
Public Sub RemoveAt ( _ index As Integer _ ) |
| C# |
|---|
public void RemoveAt( int index ) |
Parameters
- index
- Type: System..::..Int32
The zero-based index of the Pop3MessageInfo to remove.