Pop3MessageCollection.ICollection<Pop3MessageInfo>.Remove Method
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9083)
ICollection<Pop3MessageInfo>.Remove(Pop3MessageInfo)
Removes the specified Pop3MessageInfo from the Pop3MessageCollection.
Declaration
bool ICollection<Pop3MessageInfo>.Remove(Pop3MessageInfo item)
Parameters
Type | Name | Description |
---|---|---|
Pop3MessageInfo | item | The Pop3MessageInfo to remove from the Pop3MessageCollection. |
Returns
Type | Description |
---|---|
Boolean | True if removed, false if not found. |