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