Sha256: 6cc246202546ba49f3a0f9d8587e1fccb9ab06fa5c027fa82858d06bdf5e0148
Contents?: true
Size: 914 Bytes
Versions: 13
Compression:
Stored size: 914 Bytes
Contents
--- title: TestMessage --- ## PureCloud::TestMessage ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | After the message has been sent, this is the value of the Message-ID email header. | [optional] | | **to** | [**Array<EmailAddress>**](EmailAddress.html) | The recipients of the email message. | | | **from** | [**EmailAddress**](EmailAddress.html) | The sender of the email message. | | | **subject** | **String** | The subject 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 sent. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | {: class="table table-striped"}
Version data entries
13 entries across 13 versions & 1 rubygems