UpdateAutoForwarding
Updates the auto-forwarding setting for the specified account. A verified forwarding address must be specified when auto-forwarding is enabled.
ストアドプロシージャ固有の情報
このプロシージャは、ドメイン全体の権限を委任されたサービスアカウントクライアントでのみ利用可能です。
以下のOAuth スコープが必要です。
- https://www.googleapis.com/auth/gmail.settings.sharing
クエリの例:
EXEC UpdateAutoForwarding @enabled='true', @EmailAddress='[email protected]', @Disposition='READ'
Input
| Name | Type | Required | Description |
| Enabled | Bool | True | Whether all incoming mail is automatically forwarded to another address. |
| EmailAddress | String | True | Email address to which all incoming messages are forwarded. This email address must be a verified member of the forwarding addresses. |
| Disposition | String | True | The state that a message should be left in after it has been forwarded. |
Result Set Columns
| Name | Type | Description |
| Success | String | Whether the operation was successful or not. |