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.

Return Value

True if present, false otherwise.

Implements

ICollection<(Of <(<'T>)>)>..::..Contains(T)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also