Microsoft Office 365 · JSON Structure

Microsoft Graph Message Update Request Structure

Type: object Properties: 8
CloudCollaborationEnterpriseMicrosoftProductivity

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

Properties

subject toRecipients ccRecipients bccRecipients importance isRead categories inferenceClassification

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MessageUpdateRequest",
  "type": "object",
  "properties": {
    "subject": {
      "type": "string"
    },
    "toRecipients": {
      "type": "array"
    },
    "ccRecipients": {
      "type": "array"
    },
    "bccRecipients": {
      "type": "array"
    },
    "importance": {
      "type": "string"
    },
    "isRead": {
      "type": "boolean"
    },
    "categories": {
      "type": "array"
    },
    "inferenceClassification": {
      "type": "string"
    }
  }
}