AutoForwarding
Query the auto-forwarding setting for the specified account.
Table Specific Information
SELECT
Requires the following OAuth scope:
- https://www.googleapis.com/auth/gmail.settings.basic
Example Query:
SELECT * FROM AutoForwarding
UPDATE
Requires the following OAuth scope:
- https://www.googleapis.com/auth/gmail.settings.sharing
INSERT/DELETE
These methods are not available.
Columns
| Name | Type | References | Description |
| Enabled | Bool | Whether all incoming mail is automatically forwarded to another address. | |
| EmailAddress | String | Email address to which all incoming messages are forwarded. This email address must be a verified member of the forwarding addresses. | |
| Disposition | String | The state that a message should be left in after it has been forwarded. |