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 एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-09-05 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-09-05 (UTC) को अपडेट किया गया."],[[["Auto-forwarding settings allow you to automatically forward all incoming mail to a specified, verified email address."],["You can choose whether to leave the original email in your inbox, archive it, move it to trash, or mark it as read after forwarding."],["The settings are controlled by three fields: `enabled` (to turn on/off), `emailAddress` (the forwarding destination), and `disposition` (how the original email is handled)."]]],["The provided content outlines the auto-forwarding settings for an email account. Key actions include enabling/disabling forwarding via a boolean, specifying the `emailAddress` to forward messages to, and determining the message's `disposition` after forwarding. The `disposition` can be one of `dispositionUnspecified`, `leaveInInbox`, `archive`, `trash`, or `markRead`, defining how the forwarded message is handled in the original mailbox. The forwarding address needs verification. The format for these settings is represented in JSON.\n"]]