Removes all MimeHeaders of the specified name from the list.

Namespace:  Rebex.Mime
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Function Remove ( _
	name As String _
) As Integer
C#
public int Remove(
	string name
)

Parameters

name
Type: System..::..String
Name of headers to remove.

Return Value

The number headers removed.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also