API Reference

Enum

EmailDiagnosticDisposition

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

How processing continued after the condition represented by a diagnostic.

Inheritance

  • Enum
  • EmailDiagnosticDisposition

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 EmailDiagnosticDisposition Observed #

The condition was observed without changing the processing path.

Value: 0
public const EmailDiagnosticDisposition Recovered #

The reader recovered the affected structure and continued.

Value: 1
public const EmailDiagnosticDisposition Skipped #

The affected item or value was skipped and processing continued.

Value: 2
public const EmailDiagnosticDisposition Stopped #

Processing stopped because continuing would be unsafe or misleading.

Value: 3