Adds an email address string to the end of the EmailArray.
The EmailArray index at which the value has been added.
value must contain a valid email address.
| Exception Type | Condition |
|---|---|
| ArgumentNullException | value is a null reference (Nothing in Visual Basic). |
| ArgumentException | value is an empty string. |
| MailMillException | value is an invalid email address. |
EmailArray Class | MailMill Namespace | EmailArray.Add Overload List