Table of Contents

Class SuppressionType

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

Suppression type.

public sealed record SuppressionType : StringEnum<SuppressionType>, IEquatable<StringEnum<SuppressionType>>, IEquatable<SuppressionType>
Inheritance
SuppressionType
Implements
Inherited Members

Fields

HardBounce

Gets the value representing "hard bounce" suppression type.

public static readonly SuppressionType HardBounce

Field Value

SuppressionType

Represents "hard bounce" suppression type.

ManualImport

Gets the value representing "manual import" suppression type.

public static readonly SuppressionType ManualImport

Field Value

SuppressionType

Represents "manual import" suppression type.

SpamComplaint

Gets the value representing "spam complaint" suppression type.

public static readonly SuppressionType SpamComplaint

Field Value

SuppressionType

Represents "spam complaint" suppression type.

Unsubscription

Gets the value representing "unsubscription" suppression type.

public static readonly SuppressionType Unsubscription

Field Value

SuppressionType

Represents "unsubscription" suppression type.