Recipient

Represents information about a user in the sending or receiving end of a message or event.

CloudCollaborationEnterpriseMicrosoftProductivity

Properties

Name Type Description
emailAddress object
View JSON Schema on GitHub

JSON Schema

microsoft-office-365-recipient-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Recipient",
  "title": "Recipient",
  "type": "object",
  "description": "Represents information about a user in the sending or receiving end of a message or event.",
  "properties": {
    "emailAddress": {
      "$ref": "#/components/schemas/EmailAddress"
    }
  }
}