Determines whether the specified item is present in the Pop3MessageCollection.
Namespace:
Rebex.Net
Assembly:
Rebex.Pop3 (in Rebex.Pop3.dll)
Syntax
| Visual Basic |
|---|
Public Function Contains ( _ item As Pop3MessageInfo _ ) As Boolean |
| C# |
|---|
public bool Contains( Pop3MessageInfo item ) |
Parameters
- item
- Type: Rebex.Net..::..Pop3MessageInfo
The Pop3MessageInfo to locate.