| name | data type | description |
|---|---|---|
Properties inherited from Message |
||
| read | boolean | |
| sender | Owner | |
| opened | boolean | |
| withAttachments | boolean | |
| addresses | array of string | |
| creationTime | number | |
| body | string | |
| subject | string | |
Properties inherited from RootItem |
||
| name | string | |
| relatedNode | object | |
| primaryType | string | |
| path | string | |
| id | string | |
| parentId | string | |
| parentPath | string | |
Example
{
"read" : true,
"sender" : {
"userId" : "...",
"userName" : "..."
},
"opened" : true,
"withAttachments" : true,
"addresses" : [ "...", "..." ],
"creationTime" : 12345,
"body" : "...",
"subject" : "...",
"name" : "...",
"relatedNode" : { },
"primaryType" : "...",
"path" : "...",
"id" : "...",
"parentId" : "...",
"parentPath" : "..."
}