किसी एनम को कॉल करने के लिए, उसकी पैरंट क्लास, नाम, और प्रॉपर्टी को कॉल किया जाता है. उदाहरण के लिए,
CardService.UpdateDraftBodyType.IN_PLACE_INSERT.
प्रॉपर्टी
प्रॉपर्टी
टाइप
ब्यौरा
IN_PLACE_INSERT
Enum
डिफ़ॉल्ट. अपडेट ऐक्शन, कर्सर की मौजूदा जगह पर कॉन्टेंट डालते हैं. साथ ही, चुने गए कॉन्टेंट को बदल देते हैं.
INSERT_AT_START
Enum
अपडेट ऐक्शन, मैसेज के मुख्य हिस्से की शुरुआत में कॉन्टेंट डालते हैं.
INSERT_AT_END
Enum
अपडेट ऐक्शन, मैसेज के मुख्य हिस्से के आखिर में कॉन्टेंट डालते हैं. अगर ईमेल हस्ताक्षर मौजूद है, तो वेब पर Gmail में, अपडेट करने की कार्रवाई, उपयोगकर्ता के हस्ताक्षर के बाद डाली जाती है. Gmail के मोबाइल ऐप्लिकेशन में, अपडेट करने की कार्रवाई, उपयोगकर्ता के हस्ताक्षर से पहले डाली जाती है.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003e\u003ccode\u003eUpdateDraftBodyType\u003c/code\u003e is an enum used within \u003ccode\u003eUpdateDraftBodyAction\u003c/code\u003e to specify how the draft body of a message is modified.\u003c/p\u003e\n"],["\u003cp\u003eIt offers three options: \u003ccode\u003eIN_PLACE_INSERT\u003c/code\u003e (default, replaces selected content or inserts at cursor), \u003ccode\u003eINSERT_AT_START\u003c/code\u003e (inserts at the beginning), and \u003ccode\u003eINSERT_AT_END\u003c/code\u003e (inserts at the end, respecting email signatures).\u003c/p\u003e\n"],["\u003cp\u003eTo use these options, call them using the format: \u003ccode\u003eCardService.UpdateDraftBodyType.[Property Name]\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]