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