Microsoft Outlook · JSON Structure

Microsoft Graph Mail Attachment Structure

Type: object Properties: 10
CalendarContactsEmailEnterpriseMicrosoftOffice 365Productivity

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

Properties

@odata.type id name contentType size isInline lastModifiedDateTime contentBytes contentId contentLocation

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Attachment",
  "type": "object",
  "properties": {
    "@odata.type": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "contentType": {
      "type": "string"
    },
    "size": {
      "type": "integer"
    },
    "isInline": {
      "type": "boolean"
    },
    "lastModifiedDateTime": {
      "type": "string"
    },
    "contentBytes": {
      "type": "string"
    },
    "contentId": {
      "type": "string"
    },
    "contentLocation": {
      "type": "string"
    }
  }
}