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