VerifySendAs
Sends a verification email to the specified send-as alias address. The verification status must be pending. This method is only available to service account clients that have been delegated domain-wide authority.
Stored Procedure Specific Information
This procedure is only available to service account clients that have been delegated domain-wide authority.
Requires the following OAuth scope:
- https://www.googleapis.com/auth/gmail.settings.sharing
Example Query:
EXEC VerifySendAs @SendAsEmail = '[email protected]'
Input
| Name | Type | Required | Description |
| SendAsEmail | String | True | The send-as alias to be verified. |
Result Set Columns
| Name | Type | Description |
| Success | String | Whether this operation was successful or not. |