Table of Contents

Class InboxStatus

Namespace
Mailtrap.Inboxes.Models
Assembly
Mailtrap.Abstractions.dll

Represents status of the inbox.

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

Properties

Active

Gets the value representing "active" status.

public static InboxStatus Active { get; }

Property Value

InboxStatus

Represents "active" status.

Inactive

Gets the value representing "inactive" status.

public static InboxStatus Inactive { get; }

Property Value

InboxStatus

Represents "inactive" status.

Pending

Gets the value representing "pending" status.

public static InboxStatus Pending { get; }

Property Value

InboxStatus

Represents "pending" status.