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