API Reference

Enum

EmailDiagnosticSeverity

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

Severity assigned to a structured email diagnostic.

Inheritance

  • Enum
  • EmailDiagnosticSeverity

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const EmailDiagnosticSeverity Information #

Informational observation.

Value: 0
public const EmailDiagnosticSeverity Warning #

Recoverable compatibility or fidelity warning.

Value: 1
public const EmailDiagnosticSeverity Error #

Content could not be interpreted completely.

Value: 2