DotNetOpenMail 0.5.7 (beta)

EmailAddress Constructor (String, String)

Create an instance of an email address object.

[Visual Basic]
Public Sub New( _ 
   ByVal email As String, _ 
   ByVal name As String _ 
)
[C#]
public EmailAddress(
   string email,
   string name
);
[C++]
public: EmailAddress(
   String* email,
   String* name
);
[JScript]
public function EmailAddress(
   String email,
   String name
);

Parameters

email
The address portion of the email
name
The name portion of the email.

See Also

EmailAddress Class | DotNetOpenMail Namespace | EmailAddress Constructor Overload List