HtmlForgeX

API Reference

Enum

EmailListStyle

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

Defines the available list styles for EmailList.

Inheritance

  • Enum
  • EmailListStyle

Values

public const EmailListStyle Bullet #

Standard bullet points (•).

Value: 0
public const EmailListStyle Circle #

Circle bullet points (○).

Value: 1
public const EmailListStyle Square #

Square bullet points (■).

Value: 2
public const EmailListStyle Number #

Numbered list (1, 2, 3...).

Value: 3
public const EmailListStyle LetterUpper #

Uppercase letters (A, B, C...).

Value: 4
public const EmailListStyle LetterLower #

Lowercase letters (a, b, c...).

Value: 5
public const EmailListStyle RomanUpper #

Uppercase Roman numerals (I, II, III...).

Value: 6
public const EmailListStyle RomanLower #

Lowercase Roman numerals (i, ii, iii...).

Value: 7
public const EmailListStyle None #

No list marker.

Value: 8
public const EmailListStyle Checkmark #

Checkmark symbol (✓).

Value: 9
public const EmailListStyle Arrow #

Arrow symbol (→).

Value: 10