MessageUpdateRequest

CloudCollaborationEnterpriseMicrosoftProductivity

Properties

Name Type Description
subject string
toRecipients array
ccRecipients array
bccRecipients array
importance string
isRead boolean
categories array
inferenceClassification string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-message-update-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "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"
    }
  }
}