PhraseCollection.Item Property
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9448)
Item[Int32]
Gets or sets the phrase at the specified index.
Declaration
public string this[int index] { get; set; }
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | index | The zero-based index of the phrase to get or set. |
Property Value
| Type | Description |
|---|---|
| String | A phrase. |