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