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