public class EmailInfo extends Object implements Serializable
| Constructor and Description | 
|---|
| EmailInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addHeader(String key,
         String value) | 
| EmailInfo | clone() | 
| List<Attachment> | getAttachments() | 
| String | getEmailTemplate() | 
| String | getEmailType() | 
| String | getEncoding() | 
| String | getFromAddress() | 
| Map<String,String> | getHeaders() | 
| String | getMessageBody() | 
| String | getSendAsyncPriority() | 
| String | getSendEmailReliableAsync() | 
| String | getSubject() | 
| void | setAttachments(List<Attachment> attachments) | 
| void | setEmailTemplate(String emailTemplate) | 
| void | setEmailType(String emailType) | 
| void | setEncoding(String encoding) | 
| void | setFromAddress(String fromAddress) | 
| void | setHeaders(Map<String,String> headers) | 
| void | setMessageBody(String messageBody) | 
| void | setSendAsyncPriority(String sendAsyncPriority) | 
| void | setSendEmailReliableAsync(String sendEmailReliableAsync) | 
| void | setSubject(String subject) | 
public String getEmailType()
public void setEmailType(String emailType)
emailType - the emailType to setpublic String getEmailTemplate()
public void setEmailTemplate(String emailTemplate)
emailTemplate - the emailTemplate to setpublic String getSubject()
public void setSubject(String subject)
subject - the subject to setpublic String getFromAddress()
public void setFromAddress(String fromAddress)
fromAddress - the fromAddress to setpublic String getSendEmailReliableAsync()
public void setSendEmailReliableAsync(String sendEmailReliableAsync)
sendEmailReliableAsync - the sendEmailReliableAsync to setpublic String getSendAsyncPriority()
public void setSendAsyncPriority(String sendAsyncPriority)
sendAsyncPriority - the sendAsyncPriority to setpublic String getMessageBody()
public void setMessageBody(String messageBody)
public List<Attachment> getAttachments()
public void setAttachments(List<Attachment> attachments)
public String getEncoding()
public void setEncoding(String encoding)
Copyright © 2020. All rights reserved.