Table of Contents

Class SuppressionFilter

Namespace
Mailtrap.Suppressions.Models
Assembly
Mailtrap.Abstractions.dll

Represents a set of filtering parameters for the suppression fetching.

public sealed record SuppressionFilter : IEquatable<SuppressionFilter>
Inheritance
SuppressionFilter
Implements

Properties

Email

Gets or sets an email address of suppressions that will be returned by fetch.
If specified, only suppressions with particular email address are returned.

public string? Email { get; set; }

Property Value

string

Email address of suppressions that will be returned by fetch.