MimeEntityCollection.Insert Method
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9147)
Insert(Int32, MimeEntity)
Inserts a Mime
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. |
Mime |
entity | A entity to insert. |