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

pub async fn get_expired_inboxes(
    configuration: &Configuration,
    params: GetExpiredInboxesParams
) -> Result<PageExpiredInboxRecordProjection, Error<GetExpiredInboxesError>>

Inboxes created with an expiration date will expire after the given date. An ExpiredInboxRecord is created that records the inboxes old ID and email address. You can still read emails in the inbox (using the inboxes old ID) but the email address associated with the inbox can no longer send or receive emails. Fetch expired inbox records to view the old inboxes properties