Spam
Query and delete Spam reports in SendGrid.
テーブル固有の情報
Select
このテーブルはEmail によるフィルタのみをサポートしています。唯一可能なSELECT クエリは次のとおりです。
SELECT * FROM Spam SELECT * FROM Spam WHERE Email = '[email protected]'
Delete
Delete from Spam
Email を指定することでSpam から削除できます。
DELETE FROM Spam WHERE Email = '[email protected]'
Columns
| Name | Type | ReadOnly | References | Description |
| CreatedAt | Datetime | True |
The time when the spam report was made. | |
| Email [KEY] | String | False |
The email address of the recipient who marked your message as spam. | |
| Ip | String | False |
The IP address that the message was sent on. |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| AccountId | String |
The ID of the account. |
| SubuserUsername | String |
The username of the subuser. |