LumiSoft Mail Server User API
Insert Method (index, entity)
Namespaces > LumiSoft.Net.Mime > MimeEntityCollection > Insert(Int32, MimeEntity)
Inserts a new mime entity into the collection at the specified location.
Syntax
C#Visual BasicManaged C++
public void Insert (
	int index,
	MimeEntity entity
)
Public Sub Insert ( _
	index As Integer, _
	entity As MimeEntity _
)
public:
void Insert (
	int index, 
	MimeEntity^ entity
)
Parameters
index (Int32)
The location in the collection where you want to add the mime entity.
entity (MimeEntity)
Mime entity.

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