AutoForwarding
Query the auto-forwarding setting for the specified account.
テーブル固有の情報
SELECT
以下のOAuth スコープが必要です。
- https://www.googleapis.com/auth/gmail.settings.basic
クエリの例:
SELECT * FROM AutoForwarding
UPDATE
以下のOAuth スコープが必要です。
- https://www.googleapis.com/auth/gmail.settings.sharing
INSERT / DELETE
これらのメソッドは使用できません。
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. |