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