Microsoft Office 365 · JSON Structure

Microsoft Graph Mail Folder Structure

Type: object Properties: 7
CloudCollaborationEnterpriseMicrosoftProductivity

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

Properties

id displayName parentFolderId childFolderCount totalItemCount unreadItemCount isHidden

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MailFolder",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "parentFolderId": {
      "type": "string"
    },
    "childFolderCount": {
      "type": "integer"
    },
    "totalItemCount": {
      "type": "integer"
    },
    "unreadItemCount": {
      "type": "integer"
    },
    "isHidden": {
      "type": "boolean"
    }
  }
}