CollectorMessageDetails
Displays detailed information regarding messages sent from a collector.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
The Id of the message. |
| CollectorId [KEY] | String | False |
The Id of the collector the message belongs to. |
| Status | String | False |
The status of the message. |
| Type | String | False |
The message type. Possible values are 'invite', 'reminder', or 'thank_you'. |
| Subject | String | False |
The subject of the message. |
| Body | String | False |
The HTML body of the message. |
| DateCreated | Datetime | False |
The date the message was created. |
| ScheduleDate | Datetime | False |
The date the message is scheduled to be sent. If Null, the message has not been scheduled to send. |
| IsBrandingEnabled | Boolean | False |
Indicates whether branding is enabled for the message. |
| IsScheduled | Boolean | False |
Indicates whether the message is scheduled. |
| RecipientStatus | String | False |
The set of recipients to send to. |