MailSlurpAPI.Api.ExpiredController.get_expired_inbox_record
You're seeing just the function
get_expired_inbox_record
, go back to MailSlurpAPI.Api.ExpiredController module for more information.
Link to this function
get_expired_inbox_record(connection, expired_id, opts \\ [])
Specs
get_expired_inbox_record(Tesla.Env.client(), String.t(), keyword()) :: {:ok, MailSlurpAPI.Model.ExpiredInboxDto.t()} | {:error, Tesla.Env.t()}
Get an expired inbox record Inboxes created with an expiration date will expire after the given date and be moved to an ExpiredInbox entity. You can still read emails in the inbox but it can no longer send or receive emails. Fetch the expired inboxes to view the old inboxes properties
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- expired_id (String.t): ID of the ExpiredInboxRecord you want to retrieve. This is different from the ID of the inbox you are interested in. See other methods for getting ExpiredInboxRecord for an inbox inboxId)
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure