HtmlForgeX

API Reference

Enum

EmailShippingStatus

Namespace HtmlForgeX.Email
Assembly HtmlForgeX.Email
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

High-level status of a shipment in transactional emails.

Inheritance

  • Enum
  • EmailShippingStatus

Values

public const EmailShippingStatus Preparing #

Order is being prepared for shipment.

Value: 0
public const EmailShippingStatus Shipped #

Shipment has left the origin.

Value: 1
public const EmailShippingStatus InTransit #

Shipment is currently in transit.

Value: 2
public const EmailShippingStatus Delivered #

Shipment has been delivered.

Value: 3
public const EmailShippingStatus Delayed #

Shipment is delayed.

Value: 4