Adds an item to the end of the list.
Namespace:
Rebex.Mail
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
| Visual Basic |
|---|
Public Function Add ( _ value As AlternateView _ ) As Integer |
| C# |
|---|
public int Add( AlternateView value ) |
Parameters
- value
- Type: Rebex.Mail..::..AlternateView
An alternate view to be added.