Microsoft Office 365 · JSON Structure

Microsoft Graph Message Structure

Type: object Properties: 24
CloudCollaborationEnterpriseMicrosoftProductivity

Message is a JSON Structure definition published by Microsoft Office 365, describing 24 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id subject bodyPreview toRecipients ccRecipients bccRecipients replyTo conversationId conversationIndex receivedDateTime sentDateTime createdDateTime lastModifiedDateTime hasAttachments internetMessageId importance isRead isDraft isDeliveryReceiptRequested isReadReceiptRequested categories parentFolderId webLink inferenceClassification

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Message",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "subject": {
      "type": "string"
    },
    "bodyPreview": {
      "type": "string"
    },
    "toRecipients": {
      "type": "array"
    },
    "ccRecipients": {
      "type": "array"
    },
    "bccRecipients": {
      "type": "array"
    },
    "replyTo": {
      "type": "array"
    },
    "conversationId": {
      "type": "string"
    },
    "conversationIndex": {
      "type": "string"
    },
    "receivedDateTime": {
      "type": "string"
    },
    "sentDateTime": {
      "type": "string"
    },
    "createdDateTime": {
      "type": "string"
    },
    "lastModifiedDateTime": {
      "type": "string"
    },
    "hasAttachments": {
      "type": "boolean"
    },
    "internetMessageId": {
      "type": "string"
    },
    "importance": {
      "type": "string"
    },
    "isRead": {
      "type": "boolean"
    },
    "isDraft": {
      "type": "boolean"
    },
    "isDeliveryReceiptRequested": {
      "type": "boolean"
    },
    "isReadReceiptRequested": {
      "type": "boolean"
    },
    "categories": {
      "type": "array"
    },
    "parentFolderId": {
      "type": "string"
    },
    "webLink": {
      "type": "string"
    },
    "inferenceClassification": {
      "type": "string"
    }
  }
}