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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also