VacationSettings
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
JSON के काेड में दिखाना |
{
"enableAutoReply": boolean,
"responseSubject": string,
"responseBodyPlainText": string,
"responseBodyHtml": string,
"restrictToContacts": boolean,
"restrictToDomain": boolean,
"startTime": string,
"endTime": string
} |
फ़ील्ड |
enableAutoReply |
boolean
यह फ़्लैग यह कंट्रोल करता है कि Gmail, मैसेज का जवाब अपने-आप दे या नहीं.
|
responseSubject |
string
छुट्टी के दौरान अपने-आप भेजे जाने वाले जवाबों के विषय में जोड़ने के लिए टेक्स्ट. हालांकि, ऐसा करना ज़रूरी नहीं है. अपने-आप जवाब भेजने की सुविधा चालू करने के लिए, जवाब का विषय या जवाब का मुख्य हिस्सा खाली नहीं होना चाहिए.
|
responseBodyPlainText |
string
जवाब का मुख्य हिस्सा, सादे टेक्स्ट फ़ॉर्मैट में. अगर responseBodyPlainText और responseBodyHtml , दोनों की जानकारी दी गई है, तो responseBodyHtml का इस्तेमाल किया जाएगा.
|
responseBodyHtml |
string
एचटीएमएल फ़ॉर्मैट में रिस्पॉन्स बॉडी. Gmail, एचटीएमएल को सेव करने से पहले उसे सुरक्षित कर लेगा. अगर responseBodyPlainText और responseBodyHtml , दोनों की जानकारी दी गई है, तो responseBodyHtml का इस्तेमाल किया जाएगा.
|
restrictToContacts |
boolean
फ़्लैग, जो यह तय करता है कि जवाब उन लोगों को भेजे जाएं जो उपयोगकर्ता की संपर्क सूची में शामिल नहीं हैं.
|
restrictToDomain |
boolean
यह फ़्लैग तय करता है कि जवाब, उपयोगकर्ता के डोमेन से बाहर के ईमेल पते पर भेजे जाएं या नहीं. यह सुविधा सिर्फ़ Google Workspace के उपयोगकर्ताओं के लिए उपलब्ध है.
|
startTime |
string (int64 format)
अपने-आप जवाब भेजने की सुविधा शुरू करने का समय (एपिक मिलीसेकंड). यह समय देना ज़रूरी नहीं है. ऐसा करने पर, Gmail सिर्फ़ उन मैसेज का जवाब अपने-आप देगा जो तय किए गए समय के बाद उसे मिलेंगे. अगर startTime और endTime , दोनों की जानकारी दी गई है, तो startTime की वैल्यू endTime की वैल्यू से पहले होनी चाहिए.
|
endTime |
string (int64 format)
अपने-आप जवाब भेजने की सुविधा खत्म होने का समय (एपिक माइक्रोसेकंड). ऐसा करने पर, Gmail सिर्फ़ उन मैसेज का जवाब अपने-आप देगा जो उसे खत्म होने के समय से पहले मिलेंगे. अगर startTime और endTime , दोनों की जानकारी दी गई है, तो startTime की वैल्यू endTime की वैल्यू से पहले होनी चाहिए.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को 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,["# VacationSettings\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nVacation auto-reply settings for an account. These settings correspond to the [\"Vacation responder\"](https://support.google.com/mail/answer/25922) feature in the web interface.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"enableAutoReply\": boolean, \"responseSubject\": string, \"responseBodyPlainText\": string, \"responseBodyHtml\": string, \"restrictToContacts\": boolean, \"restrictToDomain\": boolean, \"startTime\": string, \"endTime\": string } ``` |\n\n| Fields ||\n|-------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `enableAutoReply` | `boolean` Flag that controls whether Gmail automatically replies to messages. |\n| `responseSubject` | `string` Optional text to prepend to the subject line in vacation responses. In order to enable auto-replies, either the response subject or the response body must be nonempty. |\n| `responseBodyPlainText` | `string` Response body in plain text format. If both `responseBodyPlainText` and `responseBodyHtml` are specified, `responseBodyHtml` will be used. |\n| `responseBodyHtml` | `string` Response body in HTML format. Gmail will sanitize the HTML before storing it. If both `responseBodyPlainText` and `responseBodyHtml` are specified, `responseBodyHtml` will be used. |\n| `restrictToContacts` | `boolean` Flag that determines whether responses are sent to recipients who are not in the user's list of contacts. |\n| `restrictToDomain` | `boolean` Flag that determines whether responses are sent to recipients who are outside of the user's domain. This feature is only available for Google Workspace users. |\n| `startTime` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` An optional start time for sending auto-replies (epoch ms). When this is specified, Gmail will automatically reply only to messages that it receives after the start time. If both `startTime` and `endTime` are specified, `startTime` must precede `endTime`. |\n| `endTime` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` An optional end time for sending auto-replies (epoch ms). When this is specified, Gmail will automatically reply only to messages that it receives before the end time. If both `startTime` and `endTime` are specified, `startTime` must precede `endTime`. |"]]