Enum ComposedEmailType
已撰寫電子郵件類型
這個列舉值可指定撰寫的電子郵件是獨立郵件還是回覆草稿。
如要呼叫列舉,請呼叫其父項類別、名稱和屬性。例如
CardService.ComposedEmailType.REPLY_AS_DRAFT
。
屬性
屬性 | 類型 | 說明 |
REPLY_AS_DRAFT | Enum | 回覆其他訊息的草稿。預設值。 |
STANDALONE_DRAFT | Enum | 獨立郵件草稿。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-12-02 (世界標準時間)。
[null,null,["上次更新時間:2024-12-02 (世界標準時間)。"],[[["`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."]]],["The `ComposedEmailType` enum defines the type of an email draft. It has two properties: `REPLY_AS_DRAFT`, representing a reply draft (default), and `STANDALONE_DRAFT`, representing a new, independent message. To use these properties, call `CardService.ComposedEmailType` followed by the desired property, such as `REPLY_AS_DRAFT`. The enum type indicates whether the draft is associated with another message or not.\n"]]