Inserts a MimeEntity into the list at the specified index.
Namespace:
Rebex.Mime
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
| Visual Basic |
|---|
Public Sub Insert ( _ index As Integer, _ entity As MimeEntity _ ) |
| C# |
|---|
public void Insert( int index, MimeEntity entity ) |
Parameters
- index
- Type: System..::..Int32
A zero-based index at which the entity should be inserted.
- entity
- Type: Rebex.Mime..::..MimeEntity
A entity to insert.