com.sforce.soap.partner
Class Email

java.lang.Object
  extended by com.sforce.soap.partner.Email
Direct Known Subclasses:
MassEmailMessage, SingleEmailMessage

public class Email
extends Object

Java class for Email complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Email">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="bccSender" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="emailPriority" type="{urn:partner.soap.sforce.com}EmailPriority"/>
         <element name="replyTo" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="saveAsActivity" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="senderDisplayName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="subject" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="useSignature" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean bccSender
           
protected  EmailPriority emailPriority
           
protected  String replyTo
           
protected  Boolean saveAsActivity
           
protected  String senderDisplayName
           
protected  String subject
           
protected  Boolean useSignature
           
 
Constructor Summary
Email()
           
 
Method Summary
 EmailPriority getEmailPriority()
          Gets the value of the emailPriority property.
 String getReplyTo()
          Gets the value of the replyTo property.
 String getSenderDisplayName()
          Gets the value of the senderDisplayName property.
 String getSubject()
          Gets the value of the subject property.
 Boolean isBccSender()
          Gets the value of the bccSender property.
 Boolean isSaveAsActivity()
          Gets the value of the saveAsActivity property.
 Boolean isUseSignature()
          Gets the value of the useSignature property.
 void setBccSender(Boolean value)
          Sets the value of the bccSender property.
 void setEmailPriority(EmailPriority value)
          Sets the value of the emailPriority property.
 void setReplyTo(String value)
          Sets the value of the replyTo property.
 void setSaveAsActivity(Boolean value)
          Sets the value of the saveAsActivity property.
 void setSenderDisplayName(String value)
          Sets the value of the senderDisplayName property.
 void setSubject(String value)
          Sets the value of the subject property.
 void setUseSignature(Boolean value)
          Sets the value of the useSignature property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bccSender

protected Boolean bccSender

emailPriority

protected EmailPriority emailPriority

replyTo

protected String replyTo

saveAsActivity

protected Boolean saveAsActivity

senderDisplayName

protected String senderDisplayName

subject

protected String subject

useSignature

protected Boolean useSignature
Constructor Detail

Email

public Email()
Method Detail

isBccSender

public Boolean isBccSender()
Gets the value of the bccSender property.

Returns:
possible object is Boolean

setBccSender

public void setBccSender(Boolean value)
Sets the value of the bccSender property.

Parameters:
value - allowed object is Boolean

getEmailPriority

public EmailPriority getEmailPriority()
Gets the value of the emailPriority property.

Returns:
possible object is EmailPriority

setEmailPriority

public void setEmailPriority(EmailPriority value)
Sets the value of the emailPriority property.

Parameters:
value - allowed object is EmailPriority

getReplyTo

public String getReplyTo()
Gets the value of the replyTo property.

Returns:
possible object is String

setReplyTo

public void setReplyTo(String value)
Sets the value of the replyTo property.

Parameters:
value - allowed object is String

isSaveAsActivity

public Boolean isSaveAsActivity()
Gets the value of the saveAsActivity property.

Returns:
possible object is Boolean

setSaveAsActivity

public void setSaveAsActivity(Boolean value)
Sets the value of the saveAsActivity property.

Parameters:
value - allowed object is Boolean

getSenderDisplayName

public String getSenderDisplayName()
Gets the value of the senderDisplayName property.

Returns:
possible object is String

setSenderDisplayName

public void setSenderDisplayName(String value)
Sets the value of the senderDisplayName property.

Parameters:
value - allowed object is String

getSubject

public String getSubject()
Gets the value of the subject property.

Returns:
possible object is String

setSubject

public void setSubject(String value)
Sets the value of the subject property.

Parameters:
value - allowed object is String

isUseSignature

public Boolean isUseSignature()
Gets the value of the useSignature property.

Returns:
possible object is Boolean

setUseSignature

public void setUseSignature(Boolean value)
Sets the value of the useSignature property.

Parameters:
value - allowed object is Boolean


Copyright © 2012. All Rights Reserved.