Adds an e-mail address or addresses to the collection.
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);
EmailAddressCollection Class | MailBee.Mime Namespace | EmailAddress