API Reference
Enum
EmailTableStyle
Defines predefined visual styles for email tables based on their appearance.
Inheritance
- Enum
- EmailTableStyle
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property EmailDnsRecordsTable.TableStyle
- Property EmailInvoiceLineItemsTable.TableStyle
- Property EmailLineItemsTable.TableStyle
- Field EmailTableStyle.BlueAccent
- Field EmailTableStyle.Bordered
- Field EmailTableStyle.Compact
- Field EmailTableStyle.Dark
- Field EmailTableStyle.DarkGray
- Field EmailTableStyle.GrayBold
- Field EmailTableStyle.GrayGradient
- Field EmailTableStyle.GreenAccent
- Field EmailTableStyle.GreenCentered
- Field EmailTableStyle.GreenMonospace
- Field EmailTableStyle.Minimal
- Field EmailTableStyle.Modern
- Field EmailTableStyle.Professional
- Field EmailTableStyle.PurpleAccent
- Field EmailTableStyle.PurpleGradient
- Field EmailTableStyle.PurpleHeader
- Field EmailTableStyle.PurpleTheme
- Field EmailTableStyle.RainbowGradient
- Field EmailTableStyle.RedAlert
- Field EmailTableStyle.Striped
Accepted by parameters
- Method EmailDynamicTable.WithStyle
- Method EmailTable.WithStyle
- Extension method EmailTableStyle.GetStyle
- Method EmailTableStyleExtensions.GetStyle
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.