Pop3MessageCollection.Remove Method
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9083)
Remove(Pop3MessageInfo)
Removes the specified Pop3MessageInfo from the Pop3MessageCollection.
Declaration
public void Remove(Pop3MessageInfo item)
Parameters
Type | Name | Description |
---|---|---|
Pop3MessageInfo | item | The Pop3MessageInfo to remove from the Pop3MessageCollection. |
Remove(String)
Removes Pop3MessageInfo from the Pop3MessageCollection having specified unique id.
Declaration
public void Remove(string uniqueId)
Parameters
Type | Name | Description |
---|---|---|
String | uniqueId | Unique id of the Pop3MessageInfo to remove from the Pop3MessageCollection. |
Remove(Int32)
Removes Pop3MessageInfo from the Pop3MessageCollection having specified sequence number.
Declaration
public void Remove(int sequenceNumber)
Parameters
Type | Name | Description |
---|---|---|
Int32 | sequenceNumber | Sequence number of the Pop3MessageInfo to remove from the Pop3MessageCollection. |