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

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