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