MimeParameterCollection.Item Property
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9313)
Item[String]
Gets or sets the value of parameter at the specified index. Inherited from MimeParameterList.
Declaration
public string this[string name] { get; set; }
Parameters
| Type | Name | Description |
|---|---|---|
| String | name | The name of parameter whose value to get or set. |
Property Value
| Type | Description |
|---|---|
| String | An parameter value. |