Table of Contents

Class BlacklistReportResult

Namespace
Mailtrap.TestingMessages.Models
Assembly
Mailtrap.Abstractions.dll

Represents the overall result for the blacklist report.

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

Properties

Error

Gets the value representing "error" result.

public static BlacklistReportResult Error { get; }

Property Value

BlacklistReportResult

Represents "error" result.

Pending

Gets the value representing "pending" result.

public static BlacklistReportResult Pending { get; }

Property Value

BlacklistReportResult

Represents "pending" result.

Success

Gets the value representing "success" result.

public static BlacklistReportResult Success { get; }

Property Value

BlacklistReportResult

Represents "success" result.