API Reference
Class
EmailDiagnostic
Represents a structured diagnostic raised while composing, rendering, or saving an email.
Inheritance
- Object
- EmailDiagnostic
Constructors
public EmailDiagnostic(EmailDiagnosticSeverity severity, EmailDiagnosticCategory category, String message, String code = null) #Initializes a new instance of the EmailDiagnostic class.
Parameters
- severity HtmlForgeX.Email.EmailDiagnosticSeverity
- Diagnostic severity.
- category HtmlForgeX.Email.EmailDiagnosticCategory
- Diagnostic category.
- message System.String
- Diagnostic message.
- code System.String = null
- Optional stable diagnostic code.
Inherited Methods
Properties
public EmailDiagnosticSeverity Severity { get; } #Gets the diagnostic severity.
public EmailDiagnosticCategory Category { get; } #Gets the diagnostic category.
public String Code { get; } #Gets the optional stable diagnostic code.
public DateTimeOffset TimestampUtc { get; } #Gets the UTC timestamp when the diagnostic was created.