MailMill .NET Class Library

EmailArray.Add Method

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

Overload List

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

public override int Add(object);

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

public int Add(string);

See Also

EmailArray Class | MailMill Namespace | System.String