Table of Contents

Class SuppressionSendingStream

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

Suppression sending stream.

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

Fields

Any

Gets the value representing "any" sending stream.

public static readonly SuppressionSendingStream Any

Field Value

SuppressionSendingStream

Represents "any" sending stream.

Bulk

Gets the value representing "bulk" sending stream.

public static readonly SuppressionSendingStream Bulk

Field Value

SuppressionSendingStream

Represents "bulk" sending stream.

Transactional

Gets the value representing "transactional" sending stream.

public static readonly SuppressionSendingStream Transactional

Field Value

SuppressionSendingStream

Represents "transactional" sending stream.