Function mailslurp::apis::attachment_controller_api::get_attachment_info[][src]

pub async fn get_attachment_info(
    configuration: &Configuration,
    params: GetAttachmentInfoParams
) -> Result<AttachmentMetaData, Error<GetAttachmentInfoError>>
Expand description

Returns the metadata for an attachment. It is saved separately to the content of the attachment. Contains properties name and content-type and content-length in bytes for a given attachment.