HtmlForgeX

API Reference

Enum

EmailAlertType

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

Predefined alert styles for EmailAlert.

Inheritance

  • Enum
  • EmailAlertType

Values

public const EmailAlertType Neutral #

Neutral informational message.

Value: 0
public const EmailAlertType Info #

Informational notice.

Value: 1
public const EmailAlertType Success #

Success/positive message.

Value: 2
public const EmailAlertType Warning #

Warning message.

Value: 3
public const EmailAlertType Danger #

Error/danger message.

Value: 4