L'indirizzo email dell'utente. È possibile utilizzare il valore speciale me per indicare l'utente autenticato.
id
string
L'ID del messaggio da recuperare. Questo ID viene solitamente recuperato utilizzando messages.list. L'ID è contenuto anche nel risultato quando un messaggio viene inserito (messages.insert) o importato (messages.import).
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-09-05 UTC."],[[["Retrieves a specific email message using the message ID."],["Allows specifying the format of the returned message (e.g., full, metadata) and specific headers to include."],["Requires authorization with specific Gmail scopes to access and retrieve message data."],["Uses a GET request with the message ID and user ID as path parameters."],["Returns the message data in the response body as a 'Message' resource."]]],[]]