disposition property

String? disposition
getter/setter pair

The state that a message should be left in after it has been forwarded. Possible string values are:

  • "dispositionUnspecified" : Unspecified disposition.
  • "leaveInInbox" : Leave the message in the INBOX.
  • "archive" : Archive the message.
  • "trash" : Move the message to the TRASH.
  • "markRead" : Leave the message in the INBOX and mark it as read.

Implementation

core.String? disposition;