ADO.NET Provider for SendGrid

Build 23.0.8839

InvalidEmails

Query and Delete invalid emails in SendGrid.

テーブル固有の情報

Select

このテーブルはEmail によるフィルタのみをサポートしています。唯一可能なSELECT クエリは次のとおりです。

SELECT * FROM InvalidEmails
SELECT * FROM InvalidEmails WHERE Email = 'test@test.com'

Delete

Email を指定することでInvalidEmails から削除できます。

DELETE FROM InvalidEmails WHERE Email = 'test@test.com'

Columns

Name Type ReadOnly References Description
Created Datetime True

The time the when the email address was added to the invalid emails list.

Reason String False

A reason explaining why the email address was marked as invalid..

Email String False

The email address that was marked as invalid.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839