MimeEntityCollection.Add Method
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9448)
Add(MimeEntity)
Adds a MimeEntity to the end of the list.
Declaration
public int Add(MimeEntity entity)
Parameters
| Type | Name | Description |
|---|---|---|
| MimeEntity | entity | A entity to be added. |
Returns
| Type | Description |
|---|---|
| Int32 | The index at which the value has been added. |