PROP_POP_LEAVE_ON_SERVER
Specifies leaving a copy of a message on the server for a POP account.
The following table lists the possible values. See Constants (Account management API) for more information on the constants.
| Possible values | Description |
|---|---|
| LEAVE_ON_SERVER | Leaves a copy of the message on the POP server after downloading the message to a device. |
| REMOVE_AFTER | Removes the message from the POP server after downloading it to a device. |
| REMOVE_ON_NUKE | Removes the message from the POP server only after the user deletes the message from the Deleted Items folder. |
| GET_REMOVE_AFTER_DAYS(ul) | Gets the number of days after which the message will be removed from the POP server. |
| SET_REMOVE_AFTER_DAYS(days) | Sets the number of days after which the message will be removed from the POP server. |