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

pub async fn download_attachment_base64(
    configuration: &Configuration,
    params: DownloadAttachmentBase64Params
) -> Result<DownloadAttachmentDto, Error<DownloadAttachmentBase64Error>>

Returns the specified attachment for a given email as a base 64 encoded string. The response type is application/json. This method is similar to the downloadAttachment method but allows some clients to get around issues with binary responses.