Gets the Pop3MessageInfo at the specified index.
Namespace:
Rebex.Net
Assembly:
Rebex.Pop3 (in Rebex.Pop3.dll)
Syntax
Visual Basic |
---|
Public Default Property Item ( _ index As Integer _ ) As Pop3MessageInfo Get Set |
C# |
---|
public Pop3MessageInfo this[ int index ] { get; set; } |
Parameters
- index
- Type: System..::..Int32
The zero-based index of the Pop3MessageInfo to get.