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