ज़्यादातर स्कैनिंग और वर्गीकरण को नज़रअंदाज़ करते हुए, सीधे इस उपयोगकर्ता के सिर्फ़ IMAP APPEND जैसे मेलबॉक्स में एक मैसेज डाला जाता है. मैसेज नहीं भेजा जाता.
एचटीटीपी अनुरोध
मीडिया अपलोड करने के अनुरोधों के लिए, यूआरआई अपलोड करें: POST https://gmail.googleapis.com/upload/gmail/v1/users/{userId}/messages
सिर्फ़ मेटाडेटा से जुड़े अनुरोधों के लिए, मेटाडेटा यूआरआई: POST https://gmail.googleapis.com/gmail/v1/users/{userId}/messages
ईमेल को हमेशा के लिए मिटाया गया (TRASH नहीं) के तौर पर मार्क करें और यह सिर्फ़ Google Vault में Vault एडमिन को दिखता है. इसका इस्तेमाल सिर्फ़ Google Workspace खातों के लिए किया जाता है.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2024-09-05 (UTC) को अपडेट किया गया."],[[["Directly inserts a message into the user's mailbox, similar to `IMAP APPEND`, bypassing most scanning and classification."],["Supports two types of requests: uploading media content (`POST /upload/...`) and sending metadata only (`POST /...`)."],["Requires providing the user's email address (`userId`) as a path parameter and offers optional query parameters to control internal date source and deletion behavior."],["The request and response bodies both utilize the `Message` resource for structuring email data."],["To authorize, you'll need one of the specified OAuth scopes related to Gmail access and modification."]]],[]]