MailBee.NET Objects 4.0

EmailAddress Constructor

Initializes a new instance of the EmailAddress class.

Overload List

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);

See Also

EmailAddress Class | MailBee.Mime Namespace