Table of Contents

Class ContactExportStatus

Namespace
Mailtrap.ContactExports.Models
Assembly
Mailtrap.Abstractions.dll

Represents status of the contact export.

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

Fields

Created

Gets the value representing "created" status.

public static readonly ContactExportStatus Created

Field Value

ContactExportStatus

Represents "created" status.

Finished

Gets the value representing "finished" status.

public static readonly ContactExportStatus Finished

Field Value

ContactExportStatus

Represents "finished" status.

Started

Gets the value representing "started" status.

public static readonly ContactExportStatus Started

Field Value

ContactExportStatus

Represents "started" status.