| java.lang.Object | ||
| ↳ | com.sforce.soap.partner.Email | |
| ↳ | com.sforce.soap.partner.SingleEmailMessage | |
Generated class, please do not edit.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| bccAddresses | |||||||||||
| bccAddresses__is_set | |||||||||||
| bccAddresses__typeInfo | element : bccAddresses of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[] | ||||||||||
| ccAddresses | |||||||||||
| ccAddresses__is_set | |||||||||||
| ccAddresses__typeInfo | element : ccAddresses of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[] | ||||||||||
| charset | |||||||||||
| charset__is_set | |||||||||||
| charset__typeInfo | element : charset of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String | ||||||||||
| documentAttachments | |||||||||||
| documentAttachments__is_set | |||||||||||
| documentAttachments__typeInfo | element : documentAttachments of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[] | ||||||||||
| fileAttachments | |||||||||||
| fileAttachments__is_set | |||||||||||
| fileAttachments__typeInfo | element : fileAttachments of type {urn:partner.soap.sforce.com}EmailFileAttachment java type: com.sforce.soap.partner.EmailFileAttachment[] | ||||||||||
| htmlBody | |||||||||||
| htmlBody__is_set | |||||||||||
| htmlBody__typeInfo | element : htmlBody of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String | ||||||||||
| inReplyTo | |||||||||||
| inReplyTo__is_set | |||||||||||
| inReplyTo__typeInfo | element : inReplyTo of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String | ||||||||||
| orgWideEmailAddressId | |||||||||||
| orgWideEmailAddressId__is_set | |||||||||||
| orgWideEmailAddressId__typeInfo | element : orgWideEmailAddressId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String | ||||||||||
| plainTextBody | |||||||||||
| plainTextBody__is_set | |||||||||||
| plainTextBody__typeInfo | element : plainTextBody of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String | ||||||||||
| references | |||||||||||
| references__is_set | |||||||||||
| references__typeInfo | element : references of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String | ||||||||||
| targetObjectId | |||||||||||
| targetObjectId__is_set | |||||||||||
| targetObjectId__typeInfo | element : targetObjectId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String | ||||||||||
| templateId | |||||||||||
| templateId__is_set | |||||||||||
| templateId__typeInfo | element : templateId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String | ||||||||||
| toAddresses | |||||||||||
| toAddresses__is_set | |||||||||||
| toAddresses__typeInfo | element : toAddresses of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[] | ||||||||||
| whatId | |||||||||||
| whatId__is_set | |||||||||||
| whatId__typeInfo | element : whatId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.sforce.soap.partner.Email
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
load the fileds/children from the specified xml stream
| |||||||||||
write this instace as xml.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.sforce.soap.partner.Email
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.sforce.ws.bind.XMLizable
| |||||||||||
element : bccAddresses of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]
element : ccAddresses of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]
element : charset of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
element : documentAttachments of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]
element : fileAttachments of type {urn:partner.soap.sforce.com}EmailFileAttachment java type: com.sforce.soap.partner.EmailFileAttachment[]
element : htmlBody of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
element : inReplyTo of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
element : orgWideEmailAddressId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
element : plainTextBody of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
element : references of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
element : targetObjectId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
element : templateId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
element : toAddresses of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]
element : whatId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
Constructor
load the fileds/children from the specified xml stream
| __in | Xml input stream from which the data is read |
|---|---|
| __typeMapper | Type mapper to be used |
| IOException | |
|---|---|
| ConnectionException |
| bccAddresses |
|---|
| ccAddresses |
|---|
| charset |
|---|
| documentAttachments |
|---|
| htmlBody |
|---|
| inReplyTo |
|---|
| orgWideEmailAddressId |
|---|
| plainTextBody |
|---|
| references |
|---|
| targetObjectId |
|---|
| templateId |
|---|
| toAddresses |
|---|
| whatId |
|---|
write this instace as xml.
| __element | Xml element name |
|---|---|
| __out | Xml output stream |
| __typeMapper | Type mapper to be used |
| IOException |
|---|
| __out | |
|---|---|
| __typeMapper |
| IOException |
|---|