Interface IMassEmailMessage

All Superinterfaces:
IEmail
All Known Implementing Classes:
MassEmailMessage

public interface IMassEmailMessage 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

    • getDescription

      String getDescription()
      element : description of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setDescription

      void setDescription(String description)
    • getTargetObjectIds

      String[] getTargetObjectIds()
      element : targetObjectIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]
    • setTargetObjectIds

      void setTargetObjectIds(String[] targetObjectIds)
    • getTemplateId

      String getTemplateId()
      element : templateId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
    • setTemplateId

      void setTemplateId(String templateId)
    • getWhatIds

      String[] getWhatIds()
      element : whatIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]
    • setWhatIds

      void setWhatIds(String[] whatIds)