Enum UpdateDraftBodyType

UpdateDraftBodyType

An enum value that specifies the type of an UpdateDraftBodyAction.

To call an enum, you call its parent class, name, and property. For example, CardService.UpdateDraftBodyType.IN_PLACE_INSERT.

Properties

PropertyTypeDescription
IN_PLACE_INSERTEnumDefault. Update actions insert content at the current cursor position, replacing any selected content.
INSERT_AT_STARTEnumUpdate actions insert content at the start of message body.
INSERT_AT_ENDEnumUpdate actions insert content at the end of the message body. If an email signature is present, in Gmail on the web, the update action inserts after the user's signature. In the Gmail mobile app, the update action inserts before the user's signature.