API Reference

Enum

EmailSemanticComparisonProfile

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

Defines which representation details participate in semantic email comparison.

Inheritance

  • Enum
  • EmailSemanticComparisonProfile

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 EmailSemanticComparisonProfile Migration #

Compares portable message, Outlook, recipient, attachment, body, and extended-MAPI semantics while normalizing store-generated identifiers and serialization details.

Value: 0
public const EmailSemanticComparisonProfile Strict #

Adds source-format, raw-header, raw-MAPI, TNEF, property-bag, and MIME representation details.

Value: 1
public const EmailSemanticComparisonProfile Deduplication #

Compares portable content while excluding store identity, access, synchronization, and modification stamps that commonly differ when the same logical item appears in multiple stores.

Value: 2