Microsoft Outlook · Example Payload

Microsoft Graph Mail Message Collection Response Example

CalendarContactsEmailEnterpriseMicrosoftOffice 365Productivity

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

Top-level fields

@odata.context@odata.count@odata.nextLinkvalue

Example Payload

Raw ↑
{
  "@odata.context": "example_value",
  "@odata.count": 10,
  "@odata.nextLink": "example_value",
  "value": []
}