Removes Pop3MessageInfo from the Pop3MessageCollection having specified sequence number.
Namespace:
Rebex.Net
Assembly:
Rebex.Pop3 (in Rebex.Pop3.dll)
Syntax
Visual Basic |
---|
Public Sub Remove ( _ sequenceNumber As Integer _ ) |
C# |
---|
public void Remove( int sequenceNumber ) |
Parameters
- sequenceNumber
- Type: System..::..Int32
Sequence number of the Pop3MessageInfo to remove from the Pop3MessageCollection.