View Source ExPipedrive.MailMessageParty (ex_pipedrive v0.2.0)

A single sender/recipient entry on a ExPipedrive.MailMessage (:from, :to, :cc, or :bcc).

Summary

Types

@type t() :: %ExPipedrive.MailMessageParty{
  email_address: String.t() | nil,
  id: pos_integer() | nil,
  latest_sent: boolean() | nil,
  linked_organization_id: pos_integer() | nil,
  linked_person_id: pos_integer() | nil,
  linked_person_name: String.t() | nil,
  mail_message_party_id: pos_integer() | nil,
  message_time: (integer() | String.t()) | nil,
  name: String.t() | nil
}

Functions