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

pub async fn download_attachment_as_base64_encoded(
    configuration: &Configuration,
    params: DownloadAttachmentAsBase64EncodedParams
) -> Result<DownloadAttachmentDto, Error<DownloadAttachmentAsBase64EncodedError>>
Expand description

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.