Function mailslurp::apis::expired_controller_api::get_expired_inbox_record[][src]

pub async fn get_expired_inbox_record(
    configuration: &Configuration,
    params: GetExpiredInboxRecordParams
) -> Result<ExpiredInboxDto, Error<GetExpiredInboxRecordError>>

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