Microsoft Outlook · Example Payload

Microsoft Graph Mail Message Example

CalendarContactsEmailEnterpriseMicrosoftOffice 365Productivity

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

Top-level fields

idcreatedDateTimelastModifiedDateTimechangeKeycategoriesreceivedDateTimesentDateTimehasAttachmentsinternetMessageIdinternetMessageHeaderssubjectbodyPreviewimportanceparentFolderIdconversationIdconversationIndexisDeliveryReceiptRequestedisReadReceiptRequestedisReadisDraftwebLinkinferenceClassificationtoRecipientsccRecipientsbccRecipientsreplyToattachments

Example Payload

Raw ↑
{
  "id": "abc123",
  "createdDateTime": "example_value",
  "lastModifiedDateTime": "example_value",
  "changeKey": "example_value",
  "categories": [],
  "receivedDateTime": "example_value",
  "sentDateTime": "example_value",
  "hasAttachments": true,
  "internetMessageId": "500123",
  "internetMessageHeaders": [],
  "subject": "example_value",
  "bodyPreview": "example_value",
  "importance": "example_value",
  "parentFolderId": "500123",
  "conversationId": "500123",
  "conversationIndex": "example_value",
  "isDeliveryReceiptRequested": true,
  "isReadReceiptRequested": true,
  "isRead": true,
  "isDraft": true,
  "webLink": "example_value",
  "inferenceClassification": "example_value",
  "toRecipients": [],
  "ccRecipients": [],
  "bccRecipients": [],
  "replyTo": [],
  "attachments": []
}