REST Resource: users.settings.forwardingAddresses
संसाधन: forwardAddress
फ़ॉरवर्ड करने के पते के लिए सेटिंग.
JSON के काेड में दिखाना |
{
"forwardingEmail": string,
"verificationStatus": enum (VerificationStatus )
} |
फ़ील्ड |
forwardingEmail |
string
वह ईमेल पता जिस पर मैसेज फ़ॉरवर्ड किए जा सकें.
|
verificationStatus |
enum (VerificationStatus )
यह बताता है कि इस पते की पुष्टि की जा चुकी है या नहीं. साथ ही, इसे फ़ॉरवर्ड किया जा सकता है. सिर्फ़ पढ़ने के लिए.
|
VerificationStatus
यह दिखाता है कि ईमेल पते को फ़ॉरवर्ड करने के लिए, उसके मालिकाना हक की पुष्टि की गई है या नहीं.
Enums |
verificationStatusUnspecified |
पुष्टि की स्थिति की जानकारी नहीं है. |
accepted |
यह पता फ़ॉरवर्ड करने के लिए इस्तेमाल के लिए तैयार है. |
pending |
पते के मालिक से पुष्टि का इंतज़ार है. |
तरीके |
|
फ़ॉरवर्ड करने का पता बनाता है. |
|
तय किया गया फ़ॉरवर्ड करने का पता मिटाता है. साथ ही, पुष्टि करने की ज़रूरी प्रक्रिया को रद्द करता है. |
|
तय किया गया फ़ॉरवर्ड करने का पता मिलता है. |
|
यह खास खाते के लिए, फ़ॉरवर्ड किए जाने वाले पतों की सूची बनाता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-09-05 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-09-05 (UTC) को अपडेट किया गया."],[[["ForwardingAddress settings allow you to specify an email address for message forwarding and track its verification status."],["The `forwardingEmail` field stores the destination address for forwarded messages, while `verificationStatus` indicates if the address is verified and ready for use."],["VerificationStatus has three states: `verificationStatusUnspecified`, `accepted`, and `pending`, reflecting the verification progress of the forwarding address."],["Gmail API provides methods to manage forwarding addresses: `create`, `delete`, `get`, and `list`, enabling programmatic control over forwarding settings."]]],["Forwarding addresses are defined by a `forwardingEmail` (string) and a `verificationStatus` (enum). The status can be `unspecified`, `accepted`, or `pending`. Four methods manage these addresses: `create` adds a new address, `delete` removes an address and revokes verification, `get` retrieves a specific address, and `list` displays all addresses for an account. The `verificationStatus` is read-only.\n"]]