Click or drag to resize

DocumentTaskSettingsCountMailStoreMessageObjects Property

If property ProcessingTaskType is set to SingleMailStore and this value is true, then mail store message objects are always counted before processing. If false; mail store message objects are not counted and property MailStoreMessageCount must be set with the number of message objects in the mail store.

Namespace: OpenDiscoverSDK.Interfaces.Platform.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public bool CountMailStoreMessageObjects { get; set; }

Property Value

Boolean
See Also