MailSlurpAPI.Api.InboxController.get_inbox_sent_emails
You're seeing just the function
get_inbox_sent_emails
, go back to MailSlurpAPI.Api.InboxController module for more information.
Link to this function
get_inbox_sent_emails(connection, inbox_id, opts \\ [])
Specs
get_inbox_sent_emails(Tesla.Env.client(), String.t(), keyword()) :: {:ok, MailSlurpAPI.Model.PageSentEmailProjection.t()} | {:error, Tesla.Env.t()}
Get Inbox Sent Emails Returns an inbox's sent email receipts. Call individual sent email endpoints for more details. Note for privacy reasons the full body of sent emails is never stored. An MD5 hash hex is available for comparison instead.
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- inbox_id (String.t): inboxId
- opts (KeywordList): [optional] Optional parameters
} on success {:error, info} on failure