LumiSoft Net Help
Insert Method (index, field)
NamespacesLumiSoft.Net.MIMEMIME_h_CollectionInsert(Int32, MIME_h)
Inserts a new header field into the collection at the specified location.
Declaration Syntax
C#Visual BasicVisual C++F#
public void Insert(
	int index,
	MIME_h field
)
Public Sub Insert ( 
	index As Integer,
	field As MIME_h
)
public:
void Insert(
	int index, 
	MIME_h^ field
)
member Insert : 
        index : int * 
        field : MIME_h -> unit 
Parameters
index (Int32)
The location in the collection where you want to add the item.
field (MIME_h)
Header field to insert.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionIs raised when index is out of range.
ArgumentNullExceptionIs raised when field is null reference.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119