Uses of Class
com.sforce.soap.partner.EmailFileAttachment

Packages that use EmailFileAttachment
com.sforce.soap.partner   
 

Uses of EmailFileAttachment in com.sforce.soap.partner
 

Methods in com.sforce.soap.partner that return EmailFileAttachment
 EmailFileAttachment[] SingleEmailMessage.getFileAttachments()
          Gets the fileAttachments value for this SingleEmailMessage.
 EmailFileAttachment SingleEmailMessage.getFileAttachments(int i)
           
 

Methods in com.sforce.soap.partner with parameters of type EmailFileAttachment
 void SingleEmailMessage.setFileAttachments(EmailFileAttachment[] fileAttachments)
          Sets the fileAttachments value for this SingleEmailMessage.
 void SingleEmailMessage.setFileAttachments(int i, EmailFileAttachment _value)
           
 

Constructors in com.sforce.soap.partner with parameters of type EmailFileAttachment
SingleEmailMessage(java.lang.Boolean bccSender, EmailPriority emailPriority, java.lang.String replyTo, java.lang.Boolean saveAsActivity, java.lang.String senderDisplayName, java.lang.String subject, java.lang.Boolean useSignature, java.lang.String[] bccAddresses, java.lang.String[] ccAddresses, java.lang.String charset, java.lang.String[] documentAttachments, java.lang.String htmlBody, EmailFileAttachment[] fileAttachments, java.lang.String plainTextBody, java.lang.String targetObjectId, java.lang.String templateId, java.lang.String[] toAddresses, java.lang.String whatId)
           
 



Copyright © 2009. All Rights Reserved.