IMessagingStoreExtractorCalculateMessagingStoreBinaryHash Property

If true, instructs the IMessagingStoreExtractor to calculate the messaging store binary hash (the default value). If false, the messaging 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 CalculateMessagingStoreBinaryHash { get; set; }

Property Value

Boolean

Remarks

This property only applies to the messaging store used to create this IMessagingStoreExtractor and not to any extracted messaging items.

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

See Also