LumiSoft Net Help
Insert Method (index, fieldName, value)
NamespacesLumiSoft.Net.MimeHeaderFieldCollectionInsert(Int32, String, String)
Inserts a new header field into the collection at the specified location.
Declaration Syntax
C#Visual BasicVisual C++F#
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
)
member Insert : 
        index : int * 
        fieldName : string * 
        value : string -> unit 
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 (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119