Package com.sforce.soap.partner
Interface ISingleEmailMessage
-
- All Superinterfaces:
IEmail
- All Known Implementing Classes:
SingleEmailMessage
public interface ISingleEmailMessage extends IEmail
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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[]StringgetCharset()element : charset of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringString[]getDocumentAttachments()element : documentAttachments of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]String[]getEntityAttachments()element : entityAttachments 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[]StringgetHtmlBody()element : htmlBody of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetInReplyTo()element : inReplyTo of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringSendEmailOptOutPolicygetOptOutPolicy()element : optOutPolicy of type {urn:partner.soap.sforce.com}SendEmailOptOutPolicy java type: com.sforce.soap.partner.SendEmailOptOutPolicyStringgetOrgWideEmailAddressId()element : orgWideEmailAddressId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringStringgetPlainTextBody()element : plainTextBody of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetReferences()element : references of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetTargetObjectId()element : targetObjectId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringStringgetTemplateId()element : templateId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringStringgetTemplateName()element : templateName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringString[]getToAddresses()element : toAddresses of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]BooleangetTreatBodiesAsTemplate()element : treatBodiesAsTemplate of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.BooleanBooleangetTreatTargetObjectAsRecipient()element : treatTargetObjectAsRecipient of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.BooleanStringgetWhatId()element : whatId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringvoidsetBccAddresses(String[] bccAddresses)voidsetCcAddresses(String[] ccAddresses)voidsetCharset(String charset)voidsetDocumentAttachments(String[] documentAttachments)voidsetEntityAttachments(String[] entityAttachments)voidsetFileAttachments(IEmailFileAttachment[] fileAttachments)voidsetHtmlBody(String htmlBody)voidsetInReplyTo(String inReplyTo)voidsetOptOutPolicy(SendEmailOptOutPolicy optOutPolicy)voidsetOrgWideEmailAddressId(String orgWideEmailAddressId)voidsetPlainTextBody(String plainTextBody)voidsetReferences(String references)voidsetTargetObjectId(String targetObjectId)voidsetTemplateId(String templateId)voidsetTemplateName(String templateName)voidsetToAddresses(String[] toAddresses)voidsetTreatBodiesAsTemplate(Boolean treatBodiesAsTemplate)voidsetTreatTargetObjectAsRecipient(Boolean treatTargetObjectAsRecipient)voidsetWhatId(String whatId)-
Methods inherited from interface com.sforce.soap.partner.IEmail
getBccSender, getEmailPriority, getReplyTo, getSaveAsActivity, getSenderDisplayName, getSubject, getUseSignature, setBccSender, setEmailPriority, setReplyTo, setSaveAsActivity, setSenderDisplayName, setSubject, setUseSignature
-
-
-
-
Method Detail
-
getBccAddresses
String[] getBccAddresses()
element : bccAddresses of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]
-
setBccAddresses
void setBccAddresses(String[] bccAddresses)
-
getCcAddresses
String[] getCcAddresses()
element : ccAddresses of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]
-
setCcAddresses
void setCcAddresses(String[] ccAddresses)
-
getCharset
String getCharset()
element : charset of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setCharset
void setCharset(String charset)
-
getDocumentAttachments
String[] getDocumentAttachments()
element : documentAttachments of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]
-
setDocumentAttachments
void setDocumentAttachments(String[] documentAttachments)
-
getEntityAttachments
String[] getEntityAttachments()
element : entityAttachments of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]
-
setEntityAttachments
void setEntityAttachments(String[] entityAttachments)
-
getFileAttachments
IEmailFileAttachment[] getFileAttachments()
element : fileAttachments of type {urn:partner.soap.sforce.com}EmailFileAttachment java type: com.sforce.soap.partner.EmailFileAttachment[]
-
setFileAttachments
void setFileAttachments(IEmailFileAttachment[] fileAttachments)
-
getHtmlBody
String getHtmlBody()
element : htmlBody of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setHtmlBody
void setHtmlBody(String htmlBody)
-
getInReplyTo
String getInReplyTo()
element : inReplyTo of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setInReplyTo
void setInReplyTo(String inReplyTo)
-
getOptOutPolicy
SendEmailOptOutPolicy getOptOutPolicy()
element : optOutPolicy of type {urn:partner.soap.sforce.com}SendEmailOptOutPolicy java type: com.sforce.soap.partner.SendEmailOptOutPolicy
-
setOptOutPolicy
void setOptOutPolicy(SendEmailOptOutPolicy optOutPolicy)
-
getOrgWideEmailAddressId
String getOrgWideEmailAddressId()
element : orgWideEmailAddressId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
-
setOrgWideEmailAddressId
void setOrgWideEmailAddressId(String orgWideEmailAddressId)
-
getPlainTextBody
String getPlainTextBody()
element : plainTextBody of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setPlainTextBody
void setPlainTextBody(String plainTextBody)
-
getReferences
String getReferences()
element : references of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setReferences
void setReferences(String references)
-
getTargetObjectId
String getTargetObjectId()
element : targetObjectId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
-
setTargetObjectId
void setTargetObjectId(String targetObjectId)
-
getTemplateId
String getTemplateId()
element : templateId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
-
setTemplateId
void setTemplateId(String templateId)
-
getTemplateName
String getTemplateName()
element : templateName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setTemplateName
void setTemplateName(String templateName)
-
getToAddresses
String[] getToAddresses()
element : toAddresses of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]
-
setToAddresses
void setToAddresses(String[] toAddresses)
-
getTreatBodiesAsTemplate
Boolean getTreatBodiesAsTemplate()
element : treatBodiesAsTemplate of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean
-
setTreatBodiesAsTemplate
void setTreatBodiesAsTemplate(Boolean treatBodiesAsTemplate)
-
getTreatTargetObjectAsRecipient
Boolean getTreatTargetObjectAsRecipient()
element : treatTargetObjectAsRecipient of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean
-
setTreatTargetObjectAsRecipient
void setTreatTargetObjectAsRecipient(Boolean treatTargetObjectAsRecipient)
-
getWhatId
String getWhatId()
element : whatId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
-
setWhatId
void setWhatId(String whatId)
-
-