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