API Reference
Enum
EmailSemanticComparisonProfile
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.
Returned or exposed by
Accepted by parameters
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
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:
0public const EmailSemanticComparisonProfile Strict #Adds source-format, raw-header, raw-MAPI, TNEF, property-bag, and MIME representation details.
Value:
1public 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