disposition property
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;