HtmlForgeX

API Reference

Enum

EmailTrendDirection

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

Indicates how a metric has changed compared to a baseline period.

Inheritance

  • Enum
  • EmailTrendDirection

Values

public const EmailTrendDirection Neutral #

No significant change.

Value: 0
public const EmailTrendDirection Up #

Trending up / increase.

Value: 1
public const EmailTrendDirection Down #

Trending down / decrease.

Value: 2