AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.SimpleEmailV2.Model.MessageInsightsFilters

Namespace: Amazon.SimpleEmailV2.Model
Assembly: AWSSDK.SimpleEmailV2.dll
Version: 3.x.y.z

Syntax

C#
public class MessageInsightsFilters

The MessageInsightsFilters type exposes the following members

Constructors

NameDescription
Public Method MessageInsightsFilters()

Properties

NameTypeDescription
Public Property Destination System.Collections.Generic.List<System.String>

Gets and sets the property Destination.

The recipient's email address.

Public Property FromEmailAddress System.Collections.Generic.List<System.String>

Gets and sets the property FromEmailAddress.

The from address used to send the message.

Public Property Isp System.Collections.Generic.List<System.String>

Gets and sets the property Isp.

The recipient's ISP (e.g., Gmail, Yahoo, etc.).

Public Property 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: SEND < BOUNCE < DELIVERY < COMPLAINT.

Public Property 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: OPEN < CLICK.

Engagement events are only available if Engagement tracking is enabled.

Public Property Subject System.Collections.Generic.List<System.String>

Gets and sets the property Subject.

The subject line of the message.

Version Information

.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