Microsoft Outlook · Example Payload

Microsoft Graph Mail Attachment Example

CalendarContactsEmailEnterpriseMicrosoftOffice 365Productivity

Microsoft Graph Mail Attachment Example is an example object payload from Microsoft Outlook, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

@odata.typeidnamecontentTypesizeisInlinelastModifiedDateTimecontentBytescontentIdcontentLocation

Example Payload

Raw ↑
{
  "@odata.type": "example_value",
  "id": "abc123",
  "name": "Example Title",
  "contentType": "example_value",
  "size": 10,
  "isInline": true,
  "lastModifiedDateTime": "example_value",
  "contentBytes": "example_value",
  "contentId": "500123",
  "contentLocation": "example_value"
}