Enums | |
---|---|
minimal |
सिर्फ़ ईमेल मैसेज आईडी और लेबल दिखाता है. ईमेल हेडर, मुख्य हिस्सा या पेलोड नहीं दिखाता. |
full |
payload फ़ील्ड में पार्स किए गए बॉडी कॉन्टेंट के साथ, ईमेल का पूरा डेटा दिखाता है; raw फ़ील्ड का इस्तेमाल नहीं किया जाता है. gmail.metadata दायरे का इस्तेमाल करके, एपीआई ऐक्सेस करते समय फ़ॉर्मैट का इस्तेमाल नहीं किया जा सकता. |
raw |
ईमेल के पूरे डेटा को raw फ़ील्ड में मौजूद Base64url कोड में बदली गई स्ट्रिंग के तौर पर दिखाता है. payload फ़ील्ड का इस्तेमाल नहीं किया जाता. gmail.metadata दायरे का इस्तेमाल करके, एपीआई ऐक्सेस करते समय फ़ॉर्मैट का इस्तेमाल नहीं किया जा सकता. |
metadata |
सिर्फ़ ईमेल मैसेज आईडी, लेबल, और ईमेल हेडर दिखाता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-09-05 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-09-05 (UTC) को अपडेट किया गया."],[[["The `minimal` format provides only the email ID and labels."],["The `full` format returns the complete email data with parsed body content in the `payload` field."],["The `raw` format provides the complete email data with the body content as a base64url encoded string in the `raw` field."],["The `metadata` format returns the email ID, labels, and email headers."]]],["The document outlines four email data retrieval options (`enums`) with varying levels of detail. `Minimal` returns only the ID and labels. `Full` provides complete data, including parsed body content in the `payload`. `Raw` returns complete data with a base64url encoded body in the `raw` field. `Metadata` provides IDs, labels, and headers. The `full` and `raw` options are not available with the `gmail.metadata` scope.\n"]]