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 Details

    • 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)
    • getOneClickPost

      Boolean getOneClickPost()
      element : oneClickPost of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean
    • setOneClickPost

      void setOneClickPost(Boolean oneClickPost)
    • 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)
    • getUnsubscribeComment

      String getUnsubscribeComment()
      element : unsubscribeComment of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setUnsubscribeComment

      void setUnsubscribeComment(String unsubscribeComment)
    • getUnsubscribeUrls

      String[] getUnsubscribeUrls()
      element : unsubscribeUrls of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]
    • setUnsubscribeUrls

      void setUnsubscribeUrls(String[] unsubscribeUrls)
    • getWhatId

      String getWhatId()
      element : whatId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
    • setWhatId

      void setWhatId(String whatId)