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