IMailStoreExtractorCalculateMailStoreBinaryHash Property

If true, instructs the IMailStoreExtractor to calculate the mail store binary hash (the default value). If false, the mail store will NOT be hashed.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Extractors
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
bool CalculateMailStoreBinaryHash { get; set; }

Property Value

Boolean

Remarks

This property only applies to the mail store used to create this IMailStoreExtractor and not to any extracted email items.

If a very large mail store has been previously binary hashed, then setting this property to false may save significant processing time in not re-hashing the mail store.

See Also