AlternateViewCollection.Add Method
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9083)
Add(AlternateView)
Adds an item to the end of the list.
Declaration
public int Add(AlternateView value)
Parameters
Type | Name | Description |
---|---|---|
AlternateView | value | An alternate view to be added. |
Returns
Type | Description |
---|---|
Int32 | Index of the newly added item. |