LinkedResourceCollection.Add Method
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9083)
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. |