MailMill .NET Class Library

EmailArray.Add Method (String)

Adds an email address string to the end of the EmailArray.

public int Add(
   string value
);

Parameters

value
The email address to be added to the end of the EmailArray.

Return Value

The EmailArray index at which the value has been added.

Remarks

value must contain a valid email address.

Exceptions

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.

See Also

EmailArray Class | MailMill Namespace | EmailArray.Add Overload List