MailSettings
Query all the mail settings in SendGrid.
Table-Specific Information
Select
You can retrieve all the mail settings.
SELECT * FROM MailSettings
Columns
| Name | Type | References | Description |
| Title | String | The title of the mail setting. | |
| Enabled | String | Indicates if this mail setting is currently enabled. | |
| Name | String | The name of the mail setting. | |
| Description | String | A description of the mail setting. |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description | |
| AccountId | String | The ID of the account. | |
| SubuserUsername | String | The username of the subuser. |