Class EmailLogStatus
Represents the status of an email log message.
public sealed record EmailLogStatus : StringEnum<EmailLogStatus>, IEquatable<StringEnum<EmailLogStatus>>, IEquatable<EmailLogStatus>
- Inheritance
-
EmailLogStatus
- Implements
- Inherited Members
Fields
Delivered
Message was delivered.
public static readonly EmailLogStatus Delivered
Field Value
Enqueued
Message is enqueued.
public static readonly EmailLogStatus Enqueued
Field Value
NotDelivered
Message was not delivered.
public static readonly EmailLogStatus NotDelivered
Field Value
OptedOut
Recipient opted out.
public static readonly EmailLogStatus OptedOut