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