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