ListCommandUrlCollection.Item Property
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9147)
Item[Int32]
Gets or sets the List
Declaration
public ListCommandUrl this[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | The zero-based index of the List |
Property Value
Type | Description |
---|---|
List |
An URL. |