MailBee.NET Objects 4.0

EmailAddressCollection.Add Method

Adds an e-mail address or addresses to the collection.

Overload List

Adds the specified EmailAddress object to the collection.

public void Add(EmailAddress);

Adds the list of the e-mail addresses specified as EmailAddressCollection to the current collection.

public void Add(EmailAddressCollection);

Adds the specified e-mail address to the collection.

public void Add(string);

Adds the e-mail address (specified as actual e-mail address and display name parts) to the collection.

public void Add(string,string);

Adds the e-mail address (specified as actual e-mail address, display name and remarks parts) to the collection.

public void Add(string,string,string);

See Also

EmailAddressCollection Class | MailBee.Mime Namespace | EmailAddress