ADO.NET Provider for Mailchimp

Build 26.0.9655

ScheduledEmails

Returns a list of scheduled emails, including sender, recipient, subject, and scheduled send time.

View-Specific Information

Select

The provider uses 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.

ColumnSupported Operators
To=

For example, the following query is processed server-side:

SELECT * FROM ScheduleEmails WHERE To = '[email protected]'

Columns

Name Type Description
Id [KEY] String The scheduled message id.
CreatedAt Datetime The UTC timestamp when the message was created, in YYYY-MM-DD HH:MM:SS format.
SendAt Datetime The UTC timestamp when the message will be sent, in YYYY-MM-DD HH:MM:SS format.
FromEmail String The email's sender address.
To String The email's recipient.
Subject String The email's subject.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655