Skip to main content

Method

Access via: client.Emails.Receiving.Get(emailId)

Parameters

string
required
The unique identifier of the received email

Response

string
The unique identifier of the email
string
Always "email"
[]string
Array of recipient email addresses
string
The sender’s email address
string
ISO 8601 timestamp of when the email was received
string
The email subject line
string
The HTML content of the email
string
The plain text content of the email
[]string
Array of BCC recipient addresses
[]string
Array of CC recipient addresses
[]string
Array of reply-to addresses
map[string]string
Email headers as key-value pairs
string
The email message ID
[]ReceivedAttachment
Array of attachment metadata
string
The unique identifier of the attachment
string
The filename of the attachment
string
The MIME type of the attachment
string
The content disposition header value
string
The content ID for inline attachments
RawEmail
Access to the raw email file
string
Temporary URL to download the raw email
string
When the download URL expires

Example