-
public final class ReplyToAliasEmailOptionsOptions for replying to an alias email using the alias inbox
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumReplyToAliasEmailOptions.SendStrategyHow an email should be sent based on its recipients Values: sINGLEMESSAGE
-
Field Summary
Fields Modifier and Type Field Description private final Stringbodyprivate final BooleanisHTMLprivate final Stringcharsetprivate final List<String>attachmentsprivate final Map<String, Object>templateVariablesprivate final UUIDtemplateprivate final ReplyToAliasEmailOptions.SendStrategysendStrategyprivate final BooleanuseInboxName
-
Method Summary
Modifier and Type Method Description final StringgetBody()final BooleangetIsHTML()final StringgetCharset()final List<String>getAttachments()final Map<String, Object>getTemplateVariables()final UUIDgetTemplate()final ReplyToAliasEmailOptions.SendStrategygetSendStrategy()final BooleangetUseInboxName()-
-
Constructor Detail
-
ReplyToAliasEmailOptions
ReplyToAliasEmailOptions(String body, Boolean isHTML, String charset, List<String> attachments, Map<String, Object> templateVariables, UUID template, ReplyToAliasEmailOptions.SendStrategy sendStrategy, Boolean useInboxName)
- Parameters:
body- Body of the reply email you want to sendisHTML- Is the reply HTMLcharset- The charset that your message should be sent with.attachments- List of uploaded attachments to send with the reply.templateVariables- Template variables if using a templatetemplate- Template ID to use instead of body.sendStrategy- How an email should be sent based on its recipientsuseInboxName- Optionally use inbox name as display name for sender email address
-
-
Method Detail
-
getCharset
final String getCharset()
-
getAttachments
final List<String> getAttachments()
-
getTemplateVariables
final Map<String, Object> getTemplateVariables()
-
getTemplate
final UUID getTemplate()
-
getSendStrategy
final ReplyToAliasEmailOptions.SendStrategy getSendStrategy()
-
getUseInboxName
final Boolean getUseInboxName()
-
-
-
-