live chat,live help,live support Boldchat Web Service
API Reference
 
[ Programmer's Guide | API Reference Home ]


Class EmailInfo

A EmailInfo instance contains information about one email message. An email belongs to a single email thread.

Property Summary
LongemailThreadID
The ID of the email thread this email belongs to.
Datecreated
The Created timestamp of the email.
LongoperatorID
The operator ID assigned to the email.
Stringsubject
LongemailAccountID
StringfromFullEmailAddress
StringtoFullEmailAddress
StringccFullEmailAddress
StringbccFullEmailAddress
Stringbody
The plain text body of an email.
Stringhtml
The HTML code of HTML emails.
StringcontentType
StringmessageID
StringreplyTo
StringbodyCharset
StringhtmlCharset
StringbodyOrigCharset
StringhtmlOrigCharset
Stringheaders
LongemailID
ByteemailType
IntegerattachmentCount
DatesentDate

Property Detail
Long emailThreadID

The ID of the email thread this email belongs to.

Date created

The Created timestamp of the email.

Long operatorID

The operator ID assigned to the email.

String subject


Long emailAccountID


String fromFullEmailAddress


String toFullEmailAddress


String ccFullEmailAddress


String bccFullEmailAddress


String body

The plain text body of an email.

See Also:

String html

The HTML code of HTML emails.

See Also:

String contentType


String messageID


String replyTo


String bodyCharset


String htmlCharset


String bodyOrigCharset


String htmlOrigCharset


String headers


Long emailID


Byte emailType


Integer attachmentCount


Date sentDate