LumiSoft Mail Server User API
Insert Method (index, fieldName, value)
Namespaces > LumiSoft.Net.Mime > HeaderFieldCollection > Insert(Int32, String, String)
Inserts a new header field into the collection at the specified location.
Syntax
C#Visual BasicManaged C++
public void Insert (
	int index,
	string fieldName,
	string value
)
Public Sub Insert ( _
	index As Integer, _
	fieldName As String, _
	value As String _
)
public:
void Insert (
	int index, 
	String^ fieldName, 
	String^ value
)
Parameters
index (Int32)
The location in the collection where you want to add the header field.
fieldName (String)
Header field name.
value (String)
Header field value.

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