Skip to main content

Method

Access via: client.Emails.Receiving.List()

Parameters

*ListOptions
Pagination options (only available in ListWithOptions)
*int
Maximum number of emails to return
*string
Cursor for forward pagination
*string
Cursor for backward pagination

Response

string
Always "list"
bool
Whether there are more results available
[]ListReceivedEmail
Array of received email objects
string
The unique identifier of the 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
Array of BCC recipient addresses
[]string
Array of CC recipient addresses
[]string
Array of reply-to addresses
string
The email message ID
[]ReceivedAttachment
Array of attachment metadata (without download URLs)

Example