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) |
static ReplyToEmailOptions |
ReplyToEmailOptions.fromJson(String jsonString)
Create an instance of ReplyToEmailOptions given an JSON string
|
ReplyToEmailOptions |
ReplyToEmailOptions.html(Boolean html) |
ReplyToEmailOptions |
ReplyToEmailOptions.isHTML(Boolean isHTML) |
ReplyToEmailOptions |
ReplyToEmailOptions.putTemplateVariablesItem(String key,
Object templateVariablesItem) |
ReplyToEmailOptions |
ReplyToEmailOptions.replyTo(String replyTo) |
ReplyToEmailOptions |
ReplyToEmailOptions.sendStrategy(ReplyToEmailOptions.SendStrategyEnum sendStrategy) |
ReplyToEmailOptions |
ReplyToEmailOptions.template(UUID template) |
ReplyToEmailOptions |
ReplyToEmailOptions.templateVariables(Map<String,Object> templateVariables) |
ReplyToEmailOptions |
ReplyToEmailOptions.useInboxName(Boolean useInboxName) |
Copyright © 2023. All rights reserved.