Microsoft Outlook · Example Payload

Microsoft Graph Mail Mail Folder Example

CalendarContactsEmailEnterpriseMicrosoftOffice 365Productivity

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

Top-level fields

iddisplayNameparentFolderIdchildFolderCountunreadItemCounttotalItemCountisHidden

Example Payload

Raw ↑
{
  "id": "abc123",
  "displayName": "example_value",
  "parentFolderId": "500123",
  "childFolderCount": 10,
  "unreadItemCount": 10,
  "totalItemCount": 10,
  "isHidden": true
}