disposition property

String? disposition
getter/setter pair

The action that will be executed on a message after it has been fetched via POP. 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;