Class CampaignState
- Namespace
- Mailtrap.EmailCampaigns.Models
- Assembly
- Mailtrap.Abstractions.dll
Current state of an email campaign in its lifecycle.
public sealed record CampaignState : StringEnum<CampaignState>, IEquatable<StringEnum<CampaignState>>, IEquatable<CampaignState>
- Inheritance
-
CampaignState
- Implements
- Inherited Members
Fields
Draft
Gets the value representing the "draft" campaign state.
public static readonly CampaignState Draft
Field Value
- CampaignState
Represents the "draft" campaign state.
Failed
Gets the value representing the "failed" campaign state.
public static readonly CampaignState Failed
Field Value
- CampaignState
Represents the "failed" campaign state.
FailedImmediately
Gets the value representing the "failed_immediately" campaign state.
public static readonly CampaignState FailedImmediately
Field Value
- CampaignState
Represents the "failed_immediately" campaign state.
Finished
Gets the value representing the "finished" campaign state.
public static readonly CampaignState Finished
Field Value
- CampaignState
Represents the "finished" campaign state.
Paused
Gets the value representing the "paused" campaign state.
public static readonly CampaignState Paused
Field Value
- CampaignState
Represents the "paused" campaign state.
Queued
Gets the value representing the "queued" campaign state.
public static readonly CampaignState Queued
Field Value
- CampaignState
Represents the "queued" campaign state.
Scheduled
Gets the value representing the "scheduled" campaign state.
public static readonly CampaignState Scheduled
Field Value
- CampaignState
Represents the "scheduled" campaign state.
Started
Gets the value representing the "started" campaign state.
public static readonly CampaignState Started
Field Value
- CampaignState
Represents the "started" campaign state.
Terminating
Gets the value representing the "terminating" campaign state.
public static readonly CampaignState Terminating
Field Value
- CampaignState
Represents the "terminating" campaign state.
UnderReview
Gets the value representing the "under_review" campaign state.
public static readonly CampaignState UnderReview
Field Value
- CampaignState
Represents the "under_review" campaign state.