AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
An object containing Message Insights filters.
If you specify multiple filters, the filters are joined by AND.
If you specify multiple values for a filter, the values are joined by OR. Filter values are case-sensitive.
FromEmailAddress
, Destination
, and Subject
filters support partial
match. A partial match is performed by using the *
wildcard character placed
at the beginning (suffix match), the end (prefix match) or both ends of the string
(contains match). In order to match the literal characters *
or \
, they
must be escaped using the \
character. If no wildcard character is present,
an exact match is performed.
Namespace: Amazon.SimpleEmailV2.Model
Assembly: AWSSDK.SimpleEmailV2.dll
Version: 3.x.y.z
public class MessageInsightsFilters
The MessageInsightsFilters type exposes the following members
Name | Description | |
---|---|---|
![]() |
MessageInsightsFilters() |
Name | Type | Description | |
---|---|---|---|
![]() |
Destination | System.Collections.Generic.List<System.String> |
Gets and sets the property Destination. The recipient's email address. |
![]() |
FromEmailAddress | System.Collections.Generic.List<System.String> |
Gets and sets the property FromEmailAddress. The from address used to send the message. |
![]() |
Isp | System.Collections.Generic.List<System.String> |
Gets and sets the property Isp.
The recipient's ISP (e.g., |
![]() |
LastDeliveryEvent | System.Collections.Generic.List<System.String> |
Gets and sets the property LastDeliveryEvent.
The last delivery-related event for the email, where the ordering is as follows:
|
![]() |
LastEngagementEvent | System.Collections.Generic.List<System.String> |
Gets and sets the property LastEngagementEvent.
The last engagement-related event for the email, where the ordering is as follows:
Engagement events are only available if Engagement tracking is enabled. |
![]() |
Subject | System.Collections.Generic.List<System.String> |
Gets and sets the property Subject. The subject line of the message. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5