Microsoft Exchange · Schema

Recipient

Represents the recipient of an event

CalendarCollaborationContactsEmailEnterprise

Properties

Name Type Description
emailAddress object
View JSON Schema on GitHub

JSON Schema

microsoft-exchange-recipient-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Recipient",
  "title": "Recipient",
  "type": "object",
  "description": "Represents the recipient of an event",
  "properties": {
    "emailAddress": {
      "$ref": "#/components/schemas/EmailAddress"
    }
  }
}