TSESV2MessageInsightsDataSource
Class in AWS.SESV2
SESV2 MessageInsightsDataSource class.
Ancestors
Properties
EndDate
property EndDate: TDateTime
Exclude
property Exclude: ISESV2MessageInsightsFilters
Type: ISESV2MessageInsightsFilters
Include
property Include: ISESV2MessageInsightsFilters
Type: ISESV2MessageInsightsFilters
MaxResults
property MaxResults: TOptional<Integer>
StartDate
property StartDate: TDateTime
Constructors
Create
constructor Create; overload;
Constructor for TSESV2MessageInsightsDataSource.
constructor Create(const AStartDate, AEndDate: TDateTime); overload;
Constructor for TSESV2MessageInsightsDataSource.
Parameters
| Name | Description |
|---|---|
AStartDate | Specify the start date and time for the export interval as a timestamp. |
AEndDate | Specify the end date and time for the export interval as a timestamp. |