MessageContent
Get Message Content.
Columns
| Name | Type | Description |
| Id [KEY] | String | The message's unique id. |
| FromEMail | String | The email address of the sender. |
| FromName | String | The alias of the sender, if any. |
| ToEMail | String | The email address of the recipient. |
| ToName | String | The alias of the recipient, if any. |
| Subject | String | The message's subject line. |
| HtmlContent | String | The HTML part of the message, if any. |
| TextContent | String | The text part of the message, if any. |
| Tags# | String | List of tags on this message. |
| Attachments# | String | An array of any attachments that can be found in the message. |
| Ts | String | The Unix timestamp from when this message was sent. |