MimeEntityCollection.Insert Method
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9083)
Insert(Int32, MimeEntity)
Inserts a MimeEntity into the list at the specified index.
Declaration
public void Insert(int index, MimeEntity entity)
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | A zero-based index at which the entity should be inserted. |
MimeEntity | entity | A entity to insert. |