UpdatePop
Updates POP settings.
Stored Procedure Specific Information
Requires the following OAuth scope:
- https://www.googleapis.com/auth/gmail.settings.basic
Example Query:
EXECUTE UpdatePop @accessWindow='allMail', @disposition='leaveInInbox'
Input
| Name | Type | Required | Description |
| AccessWindow | String | True | The range of messages which are accessible via POP. |
| Disposition | String | True | The action that will be executed on a message after it has been fetched via POP. |
Result Set Columns
| Name | Type | Description |
| Success | String | Whether the operation was successful or not. |