Enums | |
---|---|
minimal |
सिर्फ़ ईमेल मैसेज का आईडी और लेबल दिखाता है. ईमेल के हेडर, मुख्य हिस्सा या पेलोड नहीं दिखाता. |
full |
payload फ़ील्ड में पार्स किए गए मुख्य हिस्से के साथ, ईमेल मैसेज का पूरा डेटा दिखाता है. raw फ़ील्ड का इस्तेमाल नहीं किया जाता. gmail.metadata स्कोप का इस्तेमाल करके, एपीआई को ऐक्सेस करते समय फ़ॉर्मैट का इस्तेमाल नहीं किया जा सकता. |
raw |
raw फ़ील्ड में, ईमेल के मुख्य हिस्से के कॉन्टेंट के साथ ईमेल मैसेज का पूरा डेटा, base64url एन्कोड की गई स्ट्रिंग के तौर पर दिखाता है. payload फ़ील्ड का इस्तेमाल नहीं किया जाता. gmail.metadata स्कोप का इस्तेमाल करके, एपीआई को ऐक्सेस करते समय फ़ॉर्मैट का इस्तेमाल नहीं किया जा सकता. |
metadata |
सिर्फ़ ईमेल मैसेज आईडी, लेबल, और ईमेल हेडर दिखाता है. |
Format
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[],[],null,["# Format\n\n| Enums ||\n|------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `minimal` | Returns only email message ID and labels; does not return the email headers, body, or payload. |\n| `full` | Returns the full email message data with body content parsed in the `payload` field; the `raw` field is not used. Format cannot be used when accessing the api using the gmail.metadata scope. |\n| `raw` | Returns the full email message data with body content in the `raw` field as a base64url encoded string; the `payload` field is not used. Format cannot be used when accessing the api using the gmail.metadata scope. |\n| `metadata` | Returns only email message ID, labels, and email headers. |"]]