public interface IMassEmailMessage extends IEmail
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
element : description of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String[] |
getTargetObjectIds()
element : targetObjectIds 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[] |
getWhatIds()
element : whatIds of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String[]
|
void |
setDescription(String description) |
void |
setTargetObjectIds(String[] targetObjectIds) |
void |
setTemplateId(String templateId) |
void |
setWhatIds(String[] whatIds) |
getBccSender, getEmailPriority, getReplyTo, getSaveAsActivity, getSenderDisplayName, getSubject, getUseSignature, setBccSender, setEmailPriority, setReplyTo, setSaveAsActivity, setSenderDisplayName, setSubject, setUseSignatureString getDescription()
void setDescription(String description)
String[] getTargetObjectIds()
void setTargetObjectIds(String[] targetObjectIds)
String getTemplateId()
void setTemplateId(String templateId)
String[] getWhatIds()
void setWhatIds(String[] whatIds)
Copyright © 2015. All Rights Reserved.