Sha256: 7d5adef887b87dd7fb1d48c1ff7cbb2ab27a8e33bfc44ca3ddddf4ba8be398a3
Contents?: true
Size: 1.54 KB
Versions: 41
Compression:
Stored size: 1.54 KB
Contents
--- title: EmailMessage --- ## PureCloud::EmailMessage ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The globally unique identifier for the object. | [optional] | | **name** | **String** | | [optional] | | **to** | [**Array<EmailAddress>**](EmailAddress.html) | The recipients of the email message. | | | **cc** | [**Array<EmailAddress>**](EmailAddress.html) | The recipients that were copied on the email message. | [optional] | | **bcc** | [**Array<EmailAddress>**](EmailAddress.html) | The recipients that were blind copied on the email message. | [optional] | | **from** | [**EmailAddress**](EmailAddress.html) | The sender of the email message. | | | **subject** | **String** | The subject of the email message. | [optional] | | **attachments** | [**Array<Attachment>**](Attachment.html) | The attachments of the email message. | [optional] | | **text_body** | **String** | The text body of the email message. | | | **html_body** | **String** | The html body of the email message. | [optional] | | **time** | **DateTime** | The time when the message was received or sent. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **history_included** | **BOOLEAN** | Indicates whether the history of previous emails of the conversation is included within the email bodies of this message. | [optional] | | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}
Version data entries
41 entries across 41 versions & 1 rubygems