API Reference

Class

EmailSemanticComparisonReport

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Modifiers sealed

Privacy-safe result of comparing two canonical email projections.

Inheritance

  • Object
  • EmailSemanticComparisonReport

Usage

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

Properties

public EmailSemanticFingerprint Source { get; } #

Source fingerprint.

public EmailSemanticFingerprint Destination { get; } #

Destination fingerprint.

public IReadOnlyList<EmailSemanticDifference> Differences { get; } #

Detailed differences, capped by the configured limit.

public Boolean DifferencesTruncated { get; } #

True when additional differences existed beyond the configured detail limit.

public Boolean IsMatch { get; } #

True when both semantic projections match exactly under the selected profile.