| Package | Description |
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models |
| Modifier and Type | Method and Description |
|---|---|
EmailVerificationResult |
MailServerControllerApi.verifyEmailAddress(VerifyEmailAddressOptions verifyOptions)
Verify the existence of an email address at a given mail server.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<EmailVerificationResult> |
MailServerControllerApi.verifyEmailAddressWithHttpInfo(VerifyEmailAddressOptions verifyOptions)
Verify the existence of an email address at a given mail server.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
MailServerControllerApi.verifyEmailAddressAsync(VerifyEmailAddressOptions verifyOptions,
ApiCallback<EmailVerificationResult> _callback)
Verify the existence of an email address at a given mail server.
|
| Modifier and Type | Method and Description |
|---|---|
EmailVerificationResult |
EmailVerificationResult.domainName(String domainName) |
EmailVerificationResult |
EmailVerificationResult.emailAddress(String emailAddress) |
EmailVerificationResult |
EmailVerificationResult.error(String error) |
EmailVerificationResult |
EmailVerificationResult.isValid(Boolean isValid) |
EmailVerificationResult |
EmailVerificationResult.port(Integer port) |
Copyright © 2021. All rights reserved.