MailAddress Constructor (String, Boolean)

Initializes a new instance of the MailAddress class.

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public MailAddress(
	string address,
	bool ignoreSmtpCheck
)

Parameters

address
Type: SystemString
The mail address.
ignoreSmtpCheck
Type: SystemBoolean
if set to true then SMTP check will be omitted.
See Also