MimeParameterList.Add Method
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9083)
Add(String, String)
Adds a new parameter to the collection.
Declaration
public void Add(string name, string value)
Parameters
Type | Name | Description |
---|---|---|
String | name | The name of the parameter. |
String | value | The value of the parameter. |