Initializes a new instance of the EmailAddress class.
Initializes a new instance of the EmailAddress class.
public EmailAddress();
Initializes a new instance of the EmailAddress object with the specified e-mail address.
public EmailAddress(string);
Initializes a new instance of the EmailAddress object from the specified e-mail address and display name.
public EmailAddress(string,string);
Initializes a new instance of the EmailAddress object from the specified e-mail address parts.
public EmailAddress(string,string,string);
EmailAddress Class | MailBee.Mime Namespace