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
read boolean required boolean
withAttachments boolean required boolean
body string  
creationTime number  
sender Owner  
subject string  
opened boolean required boolean
addresses array of string  
Properties inherited from RootItem
primaryType string  
relatedNode object  
parentPath string  
path string  
id string  
parentId string  
name string  

Example

{
  "read" : true,
  "withAttachments" : true,
  "body" : "...",
  "creationTime" : 12345,
  "sender" : {
    "userName" : "...",
    "userId" : "..."
  },
  "subject" : "...",
  "opened" : true,
  "addresses" : [ "...", "..." ],
  "primaryType" : "...",
  "relatedNode" : { },
  "parentPath" : "...",
  "path" : "...",
  "id" : "...",
  "parentId" : "...",
  "name" : "..."
}