| Package | Description |
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models |
| Modifier and Type | Method and Description |
|---|---|
SentEmailDto |
EmailControllerApi.replyToEmail(UUID emailId,
ReplyToEmailOptions replyToEmailOptions)
Reply to an email
Send the reply to the email sender or reply-to and include same subject cc bcc etc.
|
okhttp3.Call |
EmailControllerApi.replyToEmailAsync(UUID emailId,
ReplyToEmailOptions replyToEmailOptions,
ApiCallback<SentEmailDto> _callback)
Reply to an email (asynchronously)
Send the reply to the email sender or reply-to and include same subject cc bcc etc.
|
okhttp3.Call |
EmailControllerApi.replyToEmailCall(UUID emailId,
ReplyToEmailOptions replyToEmailOptions,
ApiCallback _callback)
Build call for replyToEmail
|
ApiResponse<SentEmailDto> |
EmailControllerApi.replyToEmailWithHttpInfo(UUID emailId,
ReplyToEmailOptions replyToEmailOptions)
Reply to an email
Send the reply to the email sender or reply-to and include same subject cc bcc etc.
|
| Modifier and Type | Method and Description |
|---|---|
ReplyToEmailOptions |
ReplyToEmailOptions.addAttachmentsItem(String attachmentsItem) |
ReplyToEmailOptions |
ReplyToEmailOptions.attachments(List<String> attachments) |
ReplyToEmailOptions |
ReplyToEmailOptions.body(String body) |
ReplyToEmailOptions |
ReplyToEmailOptions.charset(String charset) |
ReplyToEmailOptions |
ReplyToEmailOptions.from(String from) |
ReplyToEmailOptions |
ReplyToEmailOptions.isHTML(Boolean isHTML) |
ReplyToEmailOptions |
ReplyToEmailOptions.replyTo(String replyTo) |
ReplyToEmailOptions |
ReplyToEmailOptions.sendStrategy(ReplyToEmailOptions.SendStrategyEnum sendStrategy) |
ReplyToEmailOptions |
ReplyToEmailOptions.template(UUID template) |
ReplyToEmailOptions |
ReplyToEmailOptions.templateVariables(Object templateVariables) |
Copyright © 2021. All rights reserved.