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