Package com.sforce.soap.partner
Interface ISingleEmailMessage
- All Superinterfaces:
IEmail
- All Known Implementing Classes:
SingleEmailMessage
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Method Summary
Modifier and TypeMethodDescriptionString[]element : bccAddresses of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]String[]element : ccAddresses of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]element : charset of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringString[]element : documentAttachments of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]String[]element : entityAttachments of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]element : fileAttachments of type {urn:partner.soap.sforce.com}EmailFileAttachment java type: com.sforce.soap.partner.EmailFileAttachment[]element : htmlBody of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : inReplyTo of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : optOutPolicy of type {urn:partner.soap.sforce.com}SendEmailOptOutPolicy java type: com.sforce.soap.partner.SendEmailOptOutPolicyelement : orgWideEmailAddressId of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringelement : plainTextBody of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : references of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : targetObjectId of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringelement : templateId of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringelement : templateName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringString[]element : toAddresses of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]element : treatBodiesAsTemplate of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Booleanelement : treatTargetObjectAsRecipient of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Booleanelement : 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)voidMethods inherited from interface com.sforce.soap.partner.IEmail
getBccSender, getEmailPriority, getReplyTo, getSaveAsActivity, getSenderDisplayName, getSubject, getUseSignature, setBccSender, setEmailPriority, setReplyTo, setSaveAsActivity, setSenderDisplayName, setSubject, setUseSignature
-
Method Details
-
getBccAddresses
String[] getBccAddresses()element : bccAddresses of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[] -
setBccAddresses
-
getCcAddresses
String[] getCcAddresses()element : ccAddresses of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[] -
setCcAddresses
-
getCharset
String getCharset()element : charset of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setCharset
-
getDocumentAttachments
String[] getDocumentAttachments()element : documentAttachments of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[] -
setDocumentAttachments
-
getEntityAttachments
String[] getEntityAttachments()element : entityAttachments of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[] -
setEntityAttachments
-
getFileAttachments
IEmailFileAttachment[] getFileAttachments()element : fileAttachments of type {urn:partner.soap.sforce.com}EmailFileAttachment java type: com.sforce.soap.partner.EmailFileAttachment[] -
setFileAttachments
-
getHtmlBody
String getHtmlBody()element : htmlBody of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setHtmlBody
-
getInReplyTo
String getInReplyTo()element : inReplyTo of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setInReplyTo
-
getOptOutPolicy
SendEmailOptOutPolicy getOptOutPolicy()element : optOutPolicy of type {urn:partner.soap.sforce.com}SendEmailOptOutPolicy java type: com.sforce.soap.partner.SendEmailOptOutPolicy -
setOptOutPolicy
-
getOrgWideEmailAddressId
String getOrgWideEmailAddressId()element : orgWideEmailAddressId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String -
setOrgWideEmailAddressId
-
getPlainTextBody
String getPlainTextBody()element : plainTextBody of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setPlainTextBody
-
getReferences
String getReferences()element : references of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setReferences
-
getTargetObjectId
String getTargetObjectId()element : targetObjectId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String -
setTargetObjectId
-
getTemplateId
String getTemplateId()element : templateId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String -
setTemplateId
-
getTemplateName
String getTemplateName()element : templateName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setTemplateName
-
getToAddresses
String[] getToAddresses()element : toAddresses of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[] -
setToAddresses
-
getTreatBodiesAsTemplate
Boolean getTreatBodiesAsTemplate()element : treatBodiesAsTemplate of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean -
setTreatBodiesAsTemplate
-
getTreatTargetObjectAsRecipient
Boolean getTreatTargetObjectAsRecipient()element : treatTargetObjectAsRecipient of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean -
setTreatTargetObjectAsRecipient
-
getWhatId
String getWhatId()element : whatId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String -
setWhatId
-