| |
Method name |
Brief description |
 |
Add
|
The Add method adds an email address to the collection. |
 |
AddString
|
The AddString method adds the email address passed as a text string. |
 |
Contains
|
The Contains method checks if the email address is contained in the collection. |
 |
IndexOf
|
The IndexOf method returns email address index. |
 |
Insert
|
The Insert method inserts the email address before the specified position. |
 |
Remove
|
The Remove method removes the email address from the collection. |
 |
ToString
|
The ToString method returns the collection address list as a character string. |