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.
Calendarcreated
The Created timestamp of the email.
LongoperatorID
The operator ID assigned to the email.
Stringsubject
The subject of the email.
LongemailAccountID
The email account identifier.
StringfromFullEmailAddress
The email address of the sender.
StringtoFullEmailAddress
The email address of the intended recipient.
StringccFullEmailAddress
The carbon-copy email address.
StringbccFullEmailAddress
The blind carbon-copy email address.
Stringbody
The plain text body of an email.
Stringhtml
The HTML text of the email.
StringcontentType
The Content-Type header of the email.
StringmessageID
The Message-ID header of the email.
StringreplyTo
The Reply-To header of the email.
StringbodyCharset
The charset that is currently used to encode the text of the email.
StringhtmlCharset
The charset that use currently used to encode the HTML version of the email.
StringbodyOrigCharset
The charset that was originally used to encode the text of the email.
StringhtmlOrigCharset
The charset that was originally used to encode the HTML version of the email.
Stringheaders
The email headers.
LongemailID
The unique email identifier in the system.
ByteemailType
The type of email.
IntegerattachmentCount
The attachment count of the email.
CalendarsentDate
The date the email was sent.

Property Detail
Long emailThreadID

The ID of the email thread this email belongs to.

Calendar created

The Created timestamp of the email.

Long operatorID

The operator ID assigned to the email.

String subject

The subject of the email.

Long emailAccountID

The email account identifier.

String fromFullEmailAddress

The email address of the sender.

String toFullEmailAddress

The email address of the intended recipient.

String ccFullEmailAddress

The carbon-copy email address.

String bccFullEmailAddress

The blind carbon-copy email address.

String body

The plain text body of an email.

See Also:

String html

The HTML text of the email.

See Also:

String contentType

The Content-Type header of the email.

String messageID

The Message-ID header of the email.

String replyTo

The Reply-To header of the email.

String bodyCharset

The charset that is currently used to encode the text of the email.

String htmlCharset

The charset that use currently used to encode the HTML version of the email.

String bodyOrigCharset

The charset that was originally used to encode the text of the email.

String htmlOrigCharset

The charset that was originally used to encode the HTML version of the email.

String headers

The email headers.

Long emailID

The unique email identifier in the system.

Byte emailType

The type of email.
  • 0 - Draft
  • 1 - Inbound
  • 2 - Outbound
  • 3 - Spam
  • 4 - Bounce

Integer attachmentCount

The attachment count of the email.

Calendar sentDate

The date the email was sent.