Click or drag to resize

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.

Namespace: OpenDiscoverSDK.Interfaces.Extractors
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
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