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.