ADO.NET Provider for Mailchimp

Build 25.0.9434

VerifiedDomains

List of sending domains configured in Mailchimp.

Table Specific Information

Select

The provider will use the Mailchimp API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client-side within the provider.

  • Domain supports the '=' operator.
For example:
SELECT * FROM VerifiedDomains;
SELECT * FROM VerifiedDomains where Domain='abc.com';

Columns

Name Type Description
Domain [KEY] String The domain name.
Authenticated Boolean Whether the domain is authenticated to send email.
IsFreeEmailProvider Boolean Whether the domain is a free email provider.
Status String The status of the domain.

The allowed values are VERIFICATION_IN_PROGRESS, VERIFIED, EXPIRED, ERROR, AUTHENTICATION_IN_PROGRESS, AUTHENTICATION_ERROR, AUTHENTICATED.

VerificationEmail String The email address used for verification.
VerificationSent Datetime The date and time the verification email was sent.
Verified Boolean Whether the domain is verified.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434