Adds a new parameter to the collection.
Namespace:
Rebex.Mime.Headers
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
| Visual Basic |
|---|
Public Sub Add ( _ name As String, _ value As String _ ) |
| C# |
|---|
public void Add( string name, string value ) |
Parameters
- name
- Type: System..::..String
The name of the parameter.
- value
- Type: System..::..String
The value of the parameter.