HtmlForgeX

API Reference

Enum

EmailThemeMode

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

Enum for email theme modes.

Inheritance

  • Enum
  • EmailThemeMode

Values

public const EmailThemeMode Light #

Light theme.

Value: 0
public const EmailThemeMode Dark #

Dark theme.

Value: 1
public const EmailThemeMode Auto #

Auto theme that supports both light and dark.

Value: 2