Package | Description |
---|---|
com.sforce.soap.partner |
Modifier and Type | Method and Description |
---|---|
EmailFileAttachment[] |
SingleEmailMessage.getFileAttachments()
Gets the fileAttachments value for this SingleEmailMessage.
|
EmailFileAttachment |
SingleEmailMessage.getFileAttachments(int i) |
Modifier and Type | Method and Description |
---|---|
void |
SingleEmailMessage.setFileAttachments(EmailFileAttachment[] fileAttachments)
Sets the fileAttachments value for this SingleEmailMessage.
|
void |
SingleEmailMessage.setFileAttachments(int i,
EmailFileAttachment _value) |
Constructor and Description |
---|
SingleEmailMessage(Boolean bccSender,
EmailPriority emailPriority,
String replyTo,
Boolean saveAsActivity,
String senderDisplayName,
String subject,
Boolean useSignature,
String[] bccAddresses,
String[] ccAddresses,
String charset,
String[] documentAttachments,
String htmlBody,
String inReplyTo,
EmailFileAttachment[] fileAttachments,
String orgWideEmailAddressId,
String plainTextBody,
String references,
String targetObjectId,
String templateId,
String[] toAddresses,
String whatId) |
Copyright © 2014. All rights reserved.