Removes the parameter of the specified name from the collection.
Namespace:
Rebex.Mime.Headers
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
| Visual Basic |
|---|
Public Sub Remove ( _ name As String _ ) |
| C# |
|---|
public void Remove( string name ) |
Parameters
- name
- Type: System..::..String
The name of the parameter.