Microsoft Outlook · JSON Structure

Microsoft Graph Mail Item Body Structure

Type: object Properties: 2
CalendarContactsEmailEnterpriseMicrosoftOffice 365Productivity

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

Properties

contentType content

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ItemBody",
  "type": "object",
  "properties": {
    "contentType": {
      "type": "string"
    },
    "content": {
      "type": "string"
    }
  }
}