Function mailslurp::apis::inbox_controller_api::get_inbox_sent_emails[][src]

pub async fn get_inbox_sent_emails(
    configuration: &Configuration,
    params: GetInboxSentEmailsParams
) -> Result<PageSentEmailProjection, Error<GetInboxSentEmailsError>>

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.