AutoForwarding
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
किसी खाते के लिए, ईमेल अपने-आप फ़ॉरवर्ड होने की सेटिंग.
JSON के काेड में दिखाना |
{
"enabled": boolean,
"emailAddress": string,
"disposition": enum (Disposition )
} |
फ़ील्ड |
enabled |
boolean
क्या आने वाले सभी ईमेल अपने-आप किसी दूसरे पते पर फ़ॉरवर्ड हो जाते हैं.
|
emailAddress |
string
वह ईमेल पता जिस पर आने वाले सभी मैसेज फ़ॉरवर्ड किए जाते हैं. यह ईमेल पता, फ़ॉरवर्ड करने के लिए चुने गए पतों में से किसी ऐसे पते का होना चाहिए जिसकी पुष्टि हो चुकी हो.
|
disposition |
enum (Disposition )
फ़ॉरवर्ड किए जाने के बाद, मैसेज की स्थिति कैसी होनी चाहिए.
|
Disposition
इससे यह तय होता है कि मैसेज अपने-आप फ़ॉरवर्ड होने के बाद, Gmail को उससे क्या करना चाहिए.
Enums |
dispositionUnspecified |
स्थिति की जानकारी नहीं दी गई है. |
leaveInInbox |
INBOX में मैसेज छोड़ें. |
archive |
मैसेज को संग्रहित करें. |
trash |
मैसेज को TRASH में ले जाएं. |
markRead |
मैसेज को INBOX में छोड़ दें और उसे पढ़ा गया के तौर पर मार्क करें. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को 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,["# AutoForwarding\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [Disposition](#Disposition)\n\nAuto-forwarding settings for an account.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"enabled\": boolean, \"emailAddress\": string, \"disposition\": enum (/workspace/gmail/api/reference/rest/v1/AutoForwarding#Disposition) } ``` |\n\n| Fields ||\n|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `enabled` | `boolean` Whether all incoming mail is automatically forwarded to another address. |\n| `emailAddress` | `string` Email address to which all incoming messages are forwarded. This email address must be a verified member of the forwarding addresses. |\n| `disposition` | `enum (`[Disposition](/workspace/gmail/api/reference/rest/v1/AutoForwarding#Disposition)`)` The state that a message should be left in after it has been forwarded. |\n\nDisposition\n-----------\n\nSpecifies what Gmail should do with a message after it has been automatically forwarded.\n\n| Enums ||\n|--------------------------|-------------------------------------------------------|\n| `dispositionUnspecified` | Unspecified disposition. |\n| `leaveInInbox` | Leave the message in the `INBOX`. |\n| `archive` | Archive the message. |\n| `trash` | Move the message to the `TRASH`. |\n| `markRead` | Leave the message in the `INBOX` and mark it as read. |"]]