Gets a POP3_Message object in the collection by index number.
| C# | Visual Basic | Managed C++ |
public POP3_Message Item [ int index ] { get; }
Public ReadOnly Property Item ( _ index As Integer _ ) As POP3_Message
public: POP3_Message^ Item { POP3_Message^ get (int index); }
- index (Int32)
- An Int32 value that specifies the position of the POP3_Message object in the POP3_MessageCollection collection.
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)