Returns a zero-based index of the specified item within the Pop3MessageCollection, or -1 if not found.

Namespace:  Rebex.Net
Assembly:  Rebex.Pop3 (in Rebex.Pop3.dll)

Syntax

Visual Basic
Public Function IndexOf ( _
	item As Pop3MessageInfo _
) As Integer
C#
public int IndexOf(
	Pop3MessageInfo item
)

Parameters

item
Type: Rebex.Net..::..Pop3MessageInfo
The Pop3MessageInfo to locate.

Return Value

Zero-based index of the specified item within the collection, or -1.

Implements

IList<(Of <(<'T>)>)>..::..IndexOf(T)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also