LumiSoft Mail Server User API
Remove Method (index)
Namespaces > LumiSoft.Net.Mime > HeaderFieldCollection > Remove(Int32)
Removes header field at the specified index from the collection.
Syntax
C#Visual BasicManaged C++
public void Remove (
	int index
)
Public Sub Remove ( _
	index As Integer _
)
public:
void Remove (
	int index
)
Parameters
index (Int32)
The index of the header field to remove.

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