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.