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

PropertyTypeDescription
REPLY_AS_DRAFTEnumA draft that is a reply to another message. Default.
STANDALONE_DRAFTEnumA draft that is a standalone message.