LumiSoft Mail Server User API
RemoveAll Method (fieldName)
Namespaces > LumiSoft.Net.Mime > HeaderFieldCollection > RemoveAll(String)
Removes all header fields with specified name from the collection.
Syntax
C#Visual BasicManaged C++
public void RemoveAll (
	string fieldName
)
Public Sub RemoveAll ( _
	fieldName As String _
)
public:
void RemoveAll (
	String^ fieldName
)
Parameters
fieldName (String)
Header field name.

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