D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

Message Data Type

Properties
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" : "..."
}