EmailParticipants

Sender and recipients of the email.

  • cc
    Type: array object[] · EmailParticipant[]
    required

    Copied recipients. Empty array when there were none.

    A sender or recipient on an email.

    • address
      Type: string
      required

      Email address

    • name
      Type: string
      required

      Display name, empty when the email carried only an address.

  • from
    Type: object · EmailParticipant
    required

    A sender or recipient on an email.

    • address
      Type: string
      required

      Email address

    • name
      Type: string
      required

      Display name, empty when the email carried only an address.

  • to
    Type: array object[] · EmailParticipant[]
    required

    Direct recipients.

    A sender or recipient on an email.

    • address
      Type: string
      required

      Email address

    • name
      Type: string
      required

      Display name, empty when the email carried only an address.