Enum UpdateDraftBodyType
UpdateDraftBodyType
用于指定 UpdateDraftBodyAction
类型的枚举值。
若要调用枚举,您可以调用其父类、名称和属性。例如
CardService.UpdateDraftBodyType.IN_PLACE_INSERT
。
属性
媒体资源 | 类型 | 说明 |
IN_PLACE_INSERT | Enum | 默认。更新操作会在当前光标位置插入内容,从而替换任何选定的内容。 |
INSERT_AT_START | Enum | 更新操作会在邮件正文的开头插入内容。 |
INSERT_AT_END | Enum | 更新操作会在邮件正文的末尾插入内容。如果网页版 Gmail 中存在电子邮件签名,则系统会在用户签名之后插入更新操作。在 Gmail 移动应用中,更新操作会在用户签名之前插入。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-02。
[null,null,["最后更新时间 (UTC):2023-12-02。"],[[["`UpdateDraftBodyType` is an enum used within `UpdateDraftBodyAction` to specify how the draft body of a message is modified."],["It offers three options: `IN_PLACE_INSERT` (default, replaces selected content or inserts at cursor), `INSERT_AT_START` (inserts at the beginning), and `INSERT_AT_END` (inserts at the end, respecting email signatures)."],["To use these options, call them using the format: `CardService.UpdateDraftBodyType.[Property Name]`."]]],[]]