API Reference
Enum
EmailTableStyle
Defines predefined visual styles for email tables based on their appearance.
Inheritance
- Enum
- EmailTableStyle
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
Extension Methods
public static ValueTuple<String, Boolean, Boolean, String, String, String, String, ValueTuple<EmailTablePadding>> GetStyle(EmailTableStyle style) #Returns:
ValueTuple<String, Boolean, Boolean, String, String, String, String, ValueTuple<EmailTablePadding>>Retrieves layout information associated with a predefined table style.
Parameters
- style HtmlForgeX.Email.EmailTableStyle
- The table style to evaluate.
Returns
Tuple containing class name and additional style metadata.