MailAddress Constructor (String, Boolean) |
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public MailAddress(
string address,
bool ignoreSmtpCheck
)
Public Sub New (
address As String,
ignoreSmtpCheck As Boolean
)
public:
MailAddress(
String^ address,
bool ignoreSmtpCheck
)
new :
address : string *
ignoreSmtpCheck : bool -> MailAddress
Parameters
- address
- Type: SystemString
The mail address. - ignoreSmtpCheck
- Type: SystemBoolean
if set to true then SMTP check will be omitted.
See Also