HtmlForgeX

API Reference

Enum

EmailIncidentStatus

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

Common incident lifecycle stages.

Inheritance

  • Enum
  • EmailIncidentStatus

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const EmailIncidentStatus Update #

Generic update (no specific stage).

Value: 0
public const EmailIncidentStatus Investigating #

Investigating reported issue.

Value: 1
public const EmailIncidentStatus Identified #

Identified root cause.

Value: 2
public const EmailIncidentStatus Monitoring #

Monitoring the mitigation / fix.

Value: 3
public const EmailIncidentStatus Resolved #

Resolved and stable.

Value: 4