Pop3MessageCollection.IndexOf Method
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9083)
IndexOf(Pop3MessageInfo)
Returns a zero-based index of the specified item within the Pop3MessageCollection, or -1 if not found.
Declaration
public int IndexOf(Pop3MessageInfo item)
Parameters
Type | Name | Description |
---|---|---|
Pop3MessageInfo | item | The Pop3MessageInfo to locate. |
Returns
Type | Description |
---|---|
Int32 | Zero-based index of the specified item within the collection, or -1. |