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

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 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