| Boldchat Web Service API Reference |
EmailInfo instance contains information about
one email message. An email belongs to a single email thread.
| Property Summary | |
|---|---|
| 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. |
| String | html The HTML code of HTML emails. |
| String | contentType |
| String | messageID |
| String | replyTo |
| String | bodyCharset |
| String | htmlCharset |
| String | bodyOrigCharset |
| String | htmlOrigCharset |
| String | headers |
| Long | emailID |
| Byte | emailType |
| Integer | attachmentCount |
| Date | sentDate |
| Property Detail |
|---|
The ID of the email thread this email belongs to.
The Created timestamp of the email.
The operator ID assigned to the email.
The plain text body of an email.See Also:
The HTML code of HTML emails.See Also: