Function mailslurp::apis::email_controller_api::get_attachments[][src]

pub async fn get_attachments(
    configuration: &Configuration,
    params: GetAttachmentsParams
) -> Result<Vec<AttachmentMetaData>, Error<GetAttachmentsError>>

Returns an array of attachment metadata such as name and content-type for a given email if present.