API Reference

Enum

EmailSemanticDifferenceKind

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

Kind of privacy-safe semantic difference.

Inheritance

  • Enum
  • EmailSemanticDifferenceKind

Usage

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

Values

public const EmailSemanticDifferenceKind MissingFromDestination #

The source entry has no destination counterpart.

Value: 0
public const EmailSemanticDifferenceKind UnexpectedInDestination #

The destination contains an entry absent from the source.

Value: 1
public const EmailSemanticDifferenceKind Changed #

The entry exists on both sides but its canonical value differs.

Value: 2