Table of Contents

Class ContactImportStatus

Namespace
Mailtrap.ContactImports.Models
Assembly
Mailtrap.Abstractions.dll

Represents status of the contact import.

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

Properties

Created

Gets the value representing "created" status.

public static ContactImportStatus Created { get; }

Property Value

ContactImportStatus

Represents "created" status.

Failed

Gets the value representing "failed" status.

public static ContactImportStatus Failed { get; }

Property Value

ContactImportStatus

Represents "failed" status.

Finished

Gets the value representing "finished" status.

public static ContactImportStatus Finished { get; }

Property Value

ContactImportStatus

Represents "finished" status.

Started

Gets the value representing "started" status.

public static ContactImportStatus Started { get; }

Property Value

ContactImportStatus

Represents "started" status.