Pop3MessageCollection.Item Property
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9313)
Item[Int32]
Gets the Pop3MessageInfo at the specified index.
Declaration
public Pop3MessageInfo this[int index] { get; set; }
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | index | The zero-based index of the Pop3MessageInfo to get. |
Property Value
| Type | Description |
|---|---|
| Pop3MessageInfo | Pop3MessageInfo of the specified index. |