Pop3MessageCollection.Contains Method
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9083)
Contains(Pop3MessageInfo)
Determines whether the specified item is present in the Pop3MessageCollection.
Declaration
public bool Contains(Pop3MessageInfo item)
Parameters
Type | Name | Description |
---|---|---|
Pop3MessageInfo | item | The Pop3MessageInfo to locate. |
Returns
Type | Description |
---|---|
Boolean | True if present, false otherwise. |