Skip to content

Email Address Header

Contains data for an email address header for a conversation part that was sent as an email.

typestring

The type of email address header

Example:"from"
email_addressstring

The email address

Example:"jdoe@example.com"
namestring or null

The name associated with the email address

Example:"Joe Example"
{ "type": "from", "email_address": "jdoe@example.com", "name": "Joe Example" }