public interface ISingleEmailMessage extends IEmail
| Modifier and Type | Method and Description |
|---|---|
String[] |
getBccAddresses()
element : bccAddresses of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String[]
|
String[] |
getCcAddresses()
element : ccAddresses of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String[]
|
String |
getCharset()
element : charset of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String[] |
getDocumentAttachments()
element : documentAttachments of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String[]
|
IEmailFileAttachment[] |
getFileAttachments()
element : fileAttachments of type {urn:partner.soap.sforce.com}EmailFileAttachment
java type: com.sforce.soap.partner.EmailFileAttachment[]
|
String |
getHtmlBody()
element : htmlBody of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getInReplyTo()
element : inReplyTo of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getOrgWideEmailAddressId()
element : orgWideEmailAddressId of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
String |
getPlainTextBody()
element : plainTextBody of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getReferences()
element : references of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getTargetObjectId()
element : targetObjectId of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
String |
getTemplateId()
element : templateId of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
String[] |
getToAddresses()
element : toAddresses of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String[]
|
String |
getWhatId()
element : whatId of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
void |
setBccAddresses(String[] bccAddresses) |
void |
setCcAddresses(String[] ccAddresses) |
void |
setCharset(String charset) |
void |
setDocumentAttachments(String[] documentAttachments) |
void |
setFileAttachments(IEmailFileAttachment[] fileAttachments) |
void |
setHtmlBody(String htmlBody) |
void |
setInReplyTo(String inReplyTo) |
void |
setOrgWideEmailAddressId(String orgWideEmailAddressId) |
void |
setPlainTextBody(String plainTextBody) |
void |
setReferences(String references) |
void |
setTargetObjectId(String targetObjectId) |
void |
setTemplateId(String templateId) |
void |
setToAddresses(String[] toAddresses) |
void |
setWhatId(String whatId) |
getBccSender, getEmailPriority, getReplyTo, getSaveAsActivity, getSenderDisplayName, getSubject, getUseSignature, setBccSender, setEmailPriority, setReplyTo, setSaveAsActivity, setSenderDisplayName, setSubject, setUseSignatureString[] getBccAddresses()
void setBccAddresses(String[] bccAddresses)
String[] getCcAddresses()
void setCcAddresses(String[] ccAddresses)
String getCharset()
void setCharset(String charset)
String[] getDocumentAttachments()
void setDocumentAttachments(String[] documentAttachments)
String getHtmlBody()
void setHtmlBody(String htmlBody)
String getInReplyTo()
void setInReplyTo(String inReplyTo)
IEmailFileAttachment[] getFileAttachments()
void setFileAttachments(IEmailFileAttachment[] fileAttachments)
String getOrgWideEmailAddressId()
void setOrgWideEmailAddressId(String orgWideEmailAddressId)
String getPlainTextBody()
void setPlainTextBody(String plainTextBody)
String getReferences()
void setReferences(String references)
String getTargetObjectId()
void setTargetObjectId(String targetObjectId)
String getTemplateId()
void setTemplateId(String templateId)
String[] getToAddresses()
void setToAddresses(String[] toAddresses)
String getWhatId()
void setWhatId(String whatId)
Copyright © 2015. All Rights Reserved.