API Reference

Enum

EmailStoreDiagnosticSeverity

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

Severity assigned to an email-store diagnostic.

Inheritance

  • Enum
  • EmailStoreDiagnosticSeverity

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 EmailStoreDiagnosticSeverity Information #

Informational observation.

Value: 0
public const EmailStoreDiagnosticSeverity Warning #

Recoverable compatibility or fidelity warning.

Value: 1
public const EmailStoreDiagnosticSeverity Error #

Content could not be interpreted completely.

Value: 2