API Reference

Enum

EmailDataLossRisk

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

Data-loss consequence associated with a diagnostic.

Inheritance

  • Enum
  • EmailDataLossRisk

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 EmailDataLossRisk None #

No user data was lost by the reported condition.

Value: 0
public const EmailDataLossRisk Possible #

Some content may be unavailable or may not round-trip.

Value: 1
public const EmailDataLossRisk Confirmed #

The operation intentionally or unavoidably omitted content.

Value: 2
public const EmailDataLossRisk Unknown #

The parser could not determine the loss consequence safely.

Value: 3