Microsoft Office 365 · Example Payload

Microsoft Graph Message Create Request Example

CloudCollaborationEnterpriseMicrosoftProductivity

Microsoft Graph Message Create Request Example is an example object payload from Microsoft Office 365, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

subjecttoRecipientsccRecipientsbccRecipientsreplyToimportanceisDeliveryReceiptRequestedisReadReceiptRequestedcategories

Example Payload

Raw ↑
{
  "subject": "example_value",
  "toRecipients": [],
  "ccRecipients": [],
  "bccRecipients": [],
  "replyTo": [],
  "importance": "example_value",
  "isDeliveryReceiptRequested": true,
  "isReadReceiptRequested": true,
  "categories": []
}