AttachmentCollection.Add Method
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9448)
Add(Attachment)
Adds an item to the end of the list.
Declaration
public int Add(Attachment value)
Parameters
| Type | Name | Description |
|---|---|---|
| Attachment | value | Item to be added. |
Returns
| Type | Description |
|---|---|
| Int32 | Index of the newly added item. |