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