| 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.
|
okhttp3.Call |
MailServerControllerApi.verifyEmailAddressAsync(VerifyEmailAddressOptions verifyOptions,
ApiCallback<EmailVerificationResult> _callback)
Verify the existence of an email address at a given mail server.
|
okhttp3.Call |
MailServerControllerApi.verifyEmailAddressCall(VerifyEmailAddressOptions verifyOptions,
ApiCallback _callback)
Build call for verifyEmailAddress
|
ApiResponse<EmailVerificationResult> |
MailServerControllerApi.verifyEmailAddressWithHttpInfo(VerifyEmailAddressOptions verifyOptions)
Verify the existence of an email address at a given mail server.
|
| Modifier and Type | Method and Description |
|---|---|
VerifyEmailAddressOptions |
VerifyEmailAddressOptions.emailAddress(String emailAddress) |
VerifyEmailAddressOptions |
VerifyEmailAddressOptions.mailServerDomain(String mailServerDomain) |
VerifyEmailAddressOptions |
VerifyEmailAddressOptions.port(Integer port) |
VerifyEmailAddressOptions |
VerifyEmailAddressOptions.senderEmailAddress(String senderEmailAddress) |
Copyright © 2021. All rights reserved.