LumiSoft Mail Server User API
Remove Method (parameterName)
Namespaces > LumiSoft.Net.Mime > HeaderFieldParameterCollection > Remove(String)
Removes specified header field parameter from the collection.
Syntax
C#Visual BasicManaged C++
public void Remove (
	string parameterName
)
Public Sub Remove ( _
	parameterName As String _
)
public:
void Remove (
	String^ parameterName
)
Parameters
parameterName (String)
The name of the header field parameter to remove.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)