Module Messages.Attachments

val get : ?⁠base_url:string -> ?⁠etag:string -> ?⁠std_params:GapiService.StandardParameters.t -> userId:string -> messageId:string -> id:string -> GapiConversation.Session.t -> GapiGmailV1Model.MessagePartBody.t * GapiConversation.Session.t

Gets the specified message attachment.

parameter base_url

Service endpoint base URL (defaults to "https://www.googleapis.com/gmail/v1/users/").

parameter etag

Optional ETag.

parameter std_params

Optional standard parameters.

parameter userId

The user's email address. The special value me can be used to indicate the authenticated user.

parameter messageId

The ID of the message containing the attachment.

parameter id

The ID of the attachment.