Enum ComposedEmailType
ComposedEmailType
An enum value that specifies whether the composed email is a standalone or reply draft.
To call an enum, you call its parent class, name, and property. For example,
CardService.ComposedEmailType.REPLY_AS_DRAFT
.
Properties
Property | Type | Description |
REPLY_AS_DRAFT | Enum | A draft that is a reply to another message. Default. |
STANDALONE_DRAFT | Enum | A draft that is a standalone message. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-02 UTC.
[null,null,["Last updated 2024-12-02 UTC."],[[["`ComposedEmailType` is used to define if a composed email is a standalone message or a reply draft."],["To use `ComposedEmailType`, call it using `CardService.ComposedEmailType` along with the desired property like `REPLY_AS_DRAFT` or `STANDALONE_DRAFT`."],["The default value for `ComposedEmailType` is `REPLY_AS_DRAFT`, indicating a reply to another message."]]],[]]