MailSlurpAPI.Api.EmailController.get_attachment_meta_data
You're seeing just the function
get_attachment_meta_data
, go back to MailSlurpAPI.Api.EmailController module for more information.
Link to this function
get_attachment_meta_data(connection, attachment_id, email_id, opts \\ [])
Specs
get_attachment_meta_data(Tesla.Env.client(), String.t(), String.t(), keyword()) :: {:ok, MailSlurpAPI.Model.AttachmentMetaData.t()} | {:error, Tesla.Env.t()}
Get email attachment metadata Returns the metadata such as name and content-type for a given attachment and email.
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- attachment_id (String.t): ID of attachment
- email_id (String.t): ID of email
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure